Commit 715a7d3b by tingweiwang

Update build-env-set.sh

1 parent 2fe689ba
Showing with 3 additions and 4 deletions
......@@ -2,11 +2,10 @@
#wangtingwei
npm_version=v8.9.3
nvm_version=v0.33.6
go_version=go1.13.4
home=root ###执行用户的家目录
echo "###############################################下载go1.13.4#####################################"
wget https://dl.google.com/go/$go_version.linux-amd64.tar.gz
tar -xvzf $go_version.linux-amd64.tar.gz -C /usr/local/
echo "###############################################下载go1#####################################"
wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/other/go1.15.linux-amd64.tar.gz
tar -xvzf go1.15.linux-amd64.tar.gz -C /usr/local/
echo "################################################设置环境变量##################################"
echo "export GOROOT=/usr/local/go" >>/etc/profile
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!