Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
Rémi Bédard-Couture 2024-12-08 15:54:45 -05:00 committed by GitHub
parent 4f29f74865
commit 068f296d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,6 @@ $STD yq -i ".blueprints_dir = \"/opt/authentik/blueprints\"" /etc/authentik/conf
$STD apt install -y python-is-python3
ln -s /usr/local/bin/gunicorn /usr/bin/gunicorn
ln -s /usr/local/bin/celery /usr/bin/celery
cd /opt/authentik
$STD bash /opt/authentik/lifecycle/ak migrate
msg_ok "Installed Authentik"