From 62b2903b191b0dc35c00c2c1fccf53bd676f2361 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 5 May 2025 10:28:02 +0200 Subject: [PATCH] Update authentik-install.sh --- install/authentik-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/authentik-install.sh b/install/authentik-install.sh index 66b0d96..f049653 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -82,11 +82,11 @@ curl -fsSL "${RELEASE}" -o "authentik.tar.gz" tar -xzf authentik.tar.gz -C /opt/authentik --strip-components 1 --overwrite cd /opt/authentik/website -$STD npm ci --include=dev +$STD npm install $STD npm run build-bundled cd /opt/authentik/web -$STD npm ci --include=dev +$STD npm install $STD npm run build cd /opt/authentik