From 186f186e8b6c8d706adc8a110646f93147e35448 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 5 Jul 2024 01:09:30 -0400 Subject: [PATCH] Update pingvin.sh fixes https://github.com/tteck/Proxmox/issues/3331 --- ct/pingvin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/pingvin.sh b/ct/pingvin.sh index ff582d2f..0cce4f60 100644 --- a/ct/pingvin.sh +++ b/ct/pingvin.sh @@ -64,8 +64,10 @@ cd /opt/pingvin-share git fetch --tags git checkout $(git describe --tags `git rev-list --tags --max-count=1`) &>/dev/null cd backend +npm install &>/dev/null npm run build &>/dev/null cd ../frontend +npm install &>/dev/null npm run build &>/dev/null msg_ok "Updated Pingvin Share"