修改nginx安装脚本

This commit is contained in:
Zhang Peng 2018-10-25 10:12:37 +08:00
parent 3d83d52843
commit 9309198a51

View File

@ -15,7 +15,7 @@ if [ ${execode} != 0 ]; then
echo -e "\n未找到 nvm ,开始安装"
echo -e "\n>>>>>>>>> install nvm"
rm -rf ~/.nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
. ~/.nvm/nvm.sh
nvm --version
fi