Update pingvin.sh

fixes https://github.com/tteck/Proxmox/issues/3331
This commit is contained in:
tteckster 2024-07-05 01:09:30 -04:00 committed by GitHub
parent 8562dd1b93
commit 186f186e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -64,8 +64,10 @@ cd /opt/pingvin-share
git fetch --tags git fetch --tags
git checkout $(git describe --tags `git rev-list --tags --max-count=1`) &>/dev/null git checkout $(git describe --tags `git rev-list --tags --max-count=1`) &>/dev/null
cd backend cd backend
npm install &>/dev/null
npm run build &>/dev/null npm run build &>/dev/null
cd ../frontend cd ../frontend
npm install &>/dev/null
npm run build &>/dev/null npm run build &>/dev/null
msg_ok "Updated Pingvin Share" msg_ok "Updated Pingvin Share"