From 615c887a39544c31edc9685cc318c7ba28985040 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 12 Apr 2024 19:02:10 +1000 Subject: [PATCH] [Homarr] Omit optional node pkgs --- install/homarr-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 119a2d98d..54ccf3a72 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -44,8 +44,8 @@ rm -rf /opt/homarr-${RELEASE} cd /opt/homarr wget -q -O /opt/homarr/.env https://raw.githubusercontent.com/ajnart/homarr/dev/.env.example sed -i 's|NEXTAUTH_SECRET="[^"]*"|NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"|' /opt/homarr/.env -$STD yarn install -$STD yarn build +$STD yarn install --omit=optional +$STD yarn build --omit=optional $STD yarn db:migrate msg_ok "Installed Homarr"