Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
Rémi Bédard-Couture 2024-12-08 15:49:17 -05:00 committed by GitHub
parent 8a0e0dbc11
commit 89dd439971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,6 @@ $STD apt-get install -y nodejs
msg_ok "Installed Node.js ${NODE_VER}" msg_ok "Installed Node.js ${NODE_VER}"
msg_info "Installing Golang" msg_info "Installing Golang"
cd ~
set +o pipefail set +o pipefail
GO_RELEASE=$(curl -s https://go.dev/dl/ | grep -o -m 1 "go.*\linux-amd64.tar.gz") 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} $STD wget -q https://golang.org/dl/${GO_RELEASE}