Update authentik-install.sh

This commit is contained in:
CanbiZ 2025-05-05 10:28:02 +02:00
parent 45f9711224
commit 62b2903b19

View File

@ -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