From 89dd4399717f76878f3de9f527c8e10fa1882533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 8 Dec 2024 15:49:17 -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 | 1 - 1 file changed, 1 deletion(-) diff --git a/install/authentik-install.sh b/install/authentik-install.sh index 3d03918d..797f41ad 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -66,7 +66,6 @@ $STD apt-get install -y nodejs msg_ok "Installed Node.js ${NODE_VER}" msg_info "Installing Golang" -cd ~ set +o pipefail GO_RELEASE=$(curl -s https://go.dev/dl/ | grep -o -m 1 "go.*\linux-amd64.tar.gz") $STD wget -q https://golang.org/dl/${GO_RELEASE}