From d1d4f4a1eefa552e175d6b80ae15ceee751cdde8 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:41 -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 797f41ad..4bc980d6 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -68,7 +68,7 @@ msg_ok "Installed Node.js ${NODE_VER}" msg_info "Installing Golang" 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} +wget -q https://golang.org/dl/${GO_RELEASE} tar -xzf ${GO_RELEASE} -C /usr/local $STD ln -s /usr/local/go/bin/go /usr/bin/go rm -rf go/