We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec596a commit 13a505dCopy full SHA for 13a505d
ct/npmplus.sh
@@ -36,7 +36,7 @@ function update_script() {
36
;;
37
"2")
38
msg_info "Updating NPMplus Container"
39
- cd /opt 1
+ cd /opt
40
msg_info "Pulling latest container image"
41
$STD docker compose pull
42
msg_info "Recreating container"
ct/peanut.sh
@@ -32,7 +32,7 @@ function update_script() {
32
msg_info "Updating $APP to ${RELEASE}"
33
systemctl stop peanut
34
curl -fsSL "https://api.github.com/repos/Brandawg93/PeaNUT/tarball/${RELEASE}" -o "peanut.tar.gz"
35
- tar -xzf peanut.tar.gz -C /opt/peanut --strip-components 1
+ tar -xzf peanut.tar.gz -C /opt/peanut --strip-components
rm peanut.tar.gz
cd /opt/peanut
$STD pnpm i
0 commit comments