From 5670dceeac10fe0a6b9a1f8604795bced111c94d Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 18 May 2025 20:15:30 +0200 Subject: [PATCH] Update homarr-install.sh --- install/homarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index fcf7f32f5..6bdd57b4b 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -47,7 +47,7 @@ TURBO_TELEMETRY_DISABLED=1 AUTH_PROVIDERS='credentials' NODE_ENV='production' EOF -$STD pnpm install +$STD pnpm install --recursive --frozen-lockfile --shamefully-hoist $STD pnpm build msg_ok "Installed Homarr"