удалить лишнее

This commit is contained in:
Dmitry Fedotov
2025-05-16 22:25:12 +03:00
parent 02991449f1
commit 7048561dec
6 changed files with 12 additions and 80 deletions

View File

@@ -1,10 +1,9 @@
# install vanilla Go 1.24.3
set -e
echo "fetching go compiler"
curl --location https://go.dev/dl/go1.24.3.linux-amd64.tar.gz -o /tmp/go.tar.gz
echo "unpacking go compiler..."
tar -xzf /tmp/go.tar.gz -C /usr/local
echo "removing archive"
rm /tmp/go.tar.gz
ln -s /usr/local/go/bin/* /usr/bin
echo "Go 1.24.3 installed into /usr/local"
echo "Go compiler installed"