added unattended installs, and bumped golang ver
This commit is contained in:
@ -28,7 +28,7 @@ apt remove golang -y
|
||||
rm -rf /tmp/go/
|
||||
mkdir /tmp/go/
|
||||
cd /tmp/go/
|
||||
VER="1.20.7"
|
||||
VER="1.21.0"
|
||||
if [ -n "$(uname -a | grep x86_64)" ]; then
|
||||
curl -fsSL -o "/tmp/go/go"$VER".linux-amd64.tar.gz" "https://go.dev/dl/go"$VER".linux-amd64.tar.gz"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user