mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-24 05:25:30 +00:00
Update jellyseerr.sh
more tweaks
This commit is contained in:
parent
6e7b5d8022
commit
0665e77a1c
@ -64,14 +64,13 @@ else
|
||||
fi
|
||||
msg_info "Updating $APP"
|
||||
cd /opt/jellyseerr
|
||||
output=$(git pull --no-rebase)
|
||||
output=$(git pull --no-rebase &>/dev/null)
|
||||
if echo "$output" | grep -q "Already up to date."
|
||||
then
|
||||
msg_ok "$APP is already up to date."
|
||||
exit
|
||||
fi
|
||||
systemctl stop jellyseerr
|
||||
git pull --no-rebase &>/dev/null
|
||||
export CYPRESS_INSTALL_BINARY=0
|
||||
pnpm install --frozen-lockfile &>/dev/null
|
||||
export NODE_OPTIONS="--max-old-space-size=3072"
|
||||
|
Loading…
Reference in New Issue
Block a user