added unattended installs, and bumped golang ver

This commit is contained in:
2023-08-11 00:11:16 -07:00
parent ece5f6ae68
commit 895cbc1c1c
26 changed files with 733 additions and 36 deletions

View File

@ -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