From 41a836f9907803be24a212b0151840b0cdd4b3af Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:53:33 +0100 Subject: [PATCH] add pnpm install --- ct/homarr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/homarr.sh b/ct/homarr.sh index cc0aa201..39c74a74 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -59,6 +59,7 @@ fi mv homarr-${RELEASE} /opt/homarr mv /opt/homarr-data-backup/.env /opt/homarr/.env cd /opt/homarr + pnpm install &>/dev/null pnpm run db:migration:sqlite:run &>/dev/null pnpm build &>/dev/null mkdir build