mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
parent
8a0e0dbc11
commit
89dd439971
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user