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:49:03 -05:00 committed by GitHub
parent 1f05073929
commit 8a0e0dbc11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ $STD ./configure --enable-optimizations
$STD make altinstall
cd ~
rm -rf Python-3.12.1
$STD rm -rf Python.tgz
rm -rf Python.tgz
$STD update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python3.12 1
msg_ok "Installed Python 3.12"