Skip to content

Commit 9309198

Browse files
committed
修改nginx安装脚本
1 parent 3d83d52 commit 9309198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codes/deploy/tool/nodejs/install-nodejs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ ${execode} != 0 ]; then
1515
echo -e "\n未找到 nvm ,开始安装"
1616
echo -e "\n>>>>>>>>> install nvm"
1717
rm -rf ~/.nvm
18-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
18+
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
1919
. ~/.nvm/nvm.sh
2020
nvm --version
2121
fi

0 commit comments

Comments
 (0)