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"