From d593d4e8ad7ea3ed755444c31b848f42a8e2dbb3 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 16 May 2025 23:15:11 +0200 Subject: [PATCH] Update homarr.sh --- ct/homarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index 461672f..e0aa525 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -125,7 +125,7 @@ EOF mv /opt/homarr-data-backup/.env /opt/homarr/.env cd /opt/homarr unset NODE_ENV - $STD pnpm install + $STD pnpm install --recursive --frozen-lockfile $STD pnpm build cp /opt/homarr/apps/nextjs/next.config.ts . cp /opt/homarr/apps/nextjs/package.json .