From 9004f93ddcf686545eed563cdbb8c18909b606f3 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 18 May 2025 19:28:37 +0200 Subject: [PATCH] Update homarr.sh --- ct/homarr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index 9f58b17..2efad16 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -124,8 +124,8 @@ EOF fetch_and_deploy_gh_release "homarr-labs/homarr" mv /opt/homarr-data-backup/.env /opt/homarr/.env cd /opt/homarr - unset NODE_ENV - $STD pnpm install --recursive --frozen-lockfile + + $STD NODE_ENV="" pnpm install --recursive --frozen-lockfile $STD pnpm build cp /opt/homarr/apps/nextjs/next.config.ts . cp /opt/homarr/apps/nextjs/package.json .