Update Artela.sh

This commit is contained in:
smeb y 2024-03-12 17:56:13 +08:00 committed by GitHub
parent b79be26e05
commit cf0af51a4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,6 @@ curl https://dl.google.com/go/go1.20.3.linux-amd64.tar.gz | sudo tar -C/usr/loca
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile