Commit 45812063 by tingweiwang

Update build-env-set.sh

1 parent 5a4c487d
Showing with 1 additions and 0 deletions
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
npm_version=v8.9.3 npm_version=v8.9.3
nvm_version=v0.33.6 nvm_version=v0.33.6
home=root ###执行用户的家目录 home=root ###执行用户的家目录
set -eux -o pipefail #通过set配置bash
echo "###############################################下载go1#####################################" echo "###############################################下载go1#####################################"
wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/other/go1.15.linux-amd64.tar.gz 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/ tar -xvzf go1.15.linux-amd64.tar.gz -C /usr/local/
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!