quickfix spelling issue

This commit is contained in:
CanbiZ 2025-04-15 15:41:18 +02:00
parent aec596a18a
commit 13a505df7a
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ function update_script() {
msg_info "Updating $APP to ${RELEASE}"
systemctl stop peanut
curl -fsSL "https://api.github.com/repos/Brandawg93/PeaNUT/tarball/${RELEASE}" -o "peanut.tar.gz"
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