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:50:58 -05:00 committed by GitHub
parent 10f99a9809
commit c46887c0af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,7 +126,7 @@ $STD pip install .
msg_ok "Installed Python Dependencies"
msg_info "Installing Redis"
$STD apt install -y redis-server
$STD apt-get install -y redis-server
systemctl enable -q --now redis-server
msg_ok "Installed Redis"