From 711a0ada002f4e1993650bb99adadfa860ea8d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 8 Dec 2024 15:51:11 -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 098303ec..9206de3c 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -131,7 +131,7 @@ systemctl enable -q --now redis-server msg_ok "Installed Redis" msg_info "Installing PostgreSQL" -$STD apt install -y postgresql postgresql-contrib +$STD apt-get install -y postgresql postgresql-contrib DB_NAME="authentik" DB_USER="authentik" DB_PASS="$(openssl rand -base64 18 | cut -c1-13)"