From d79ea8a6bfa958df211a349485bef481778d5933 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:10 -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 0a5af0a0..9816b4db 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -79,7 +79,7 @@ msg_ok "Installed Golang" msg_info "Building Authentik website" RELEASE=$(curl -s https://api.github.com/repos/goauthentik/authentik/releases/latest | grep "tarball_url" | awk '{print substr($2, 2, length($2)-3)}') mkdir -p /opt/authentik -$STD wget -qO authentik.tar.gz "${RELEASE}" +wget -qO authentik.tar.gz "${RELEASE}" tar -xzf authentik.tar.gz -C /opt/authentik --strip-components 1 --overwrite rm -rf authentik.tar.gz cd /opt/authentik/website