mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 13:00:16 +00:00
Update ct/hoarder.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
parent
fc259af31c
commit
322565b79b
@ -72,7 +72,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "${PREV_VERSION}" ]]
|
|||||||
unzip -q v${RELEASE}.zip
|
unzip -q v${RELEASE}.zip
|
||||||
mv hoarder-${RELEASE} /opt/hoarder
|
mv hoarder-${RELEASE} /opt/hoarder
|
||||||
cd /opt/hoarder/apps/web
|
cd /opt/hoarder/apps/web
|
||||||
pnpm install --frozen-lockfile >/dev/null 2>&1
|
pnpm install --frozen-lockfile &>/dev/null
|
||||||
cd /opt/hoarder/apps/workers
|
cd /opt/hoarder/apps/workers
|
||||||
pnpm install --frozen-lockfile >/dev/null 2>&1
|
pnpm install --frozen-lockfile >/dev/null 2>&1
|
||||||
cd /opt/hoarder/apps/web
|
cd /opt/hoarder/apps/web
|
||||||
|
Loading…
Reference in New Issue
Block a user