From 2655068e7e78f7274c2295f874341fe5c128a3ba Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 14 May 2025 17:20:04 +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 19c9525..bcd8b6e 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://homarr.dev/ -APP="Homarr" +APP="homarr" var_tags="${var_tags:-arr;dashboard}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-4096}" @@ -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 + $STD pnpm install --config.allowBuildScripts=true $STD pnpm build cp /opt/homarr/apps/nextjs/next.config.ts . cp /opt/homarr/apps/nextjs/package.json .