From c46887c0af150b0a9e3310cc4b5288f2e2b0e90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 8 Dec 2024 15:50:58 -0500 Subject: [PATCH] Update install/authentik-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- install/authentik-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/authentik-install.sh b/install/authentik-install.sh index b8df7e3e..098303ec 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -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"