From 83af3038da3803f104a7e7ee0469457f29b69a69 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 16 May 2025 22:30:51 +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 bcd8b6e..f8f4bb1 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -124,7 +124,7 @@ EOF fetch_and_deploy_gh_release "homarr-labs/homarr" mv /opt/homarr-data-backup/.env /opt/homarr/.env cd /opt/homarr - $STD pnpm install --config.allowBuildScripts=true + $STD pnpm install --recursive $STD pnpm build cp /opt/homarr/apps/nextjs/next.config.ts . cp /opt/homarr/apps/nextjs/package.json .