We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d83d52 commit 9309198Copy full SHA for 9309198
1 file changed
codes/deploy/tool/nodejs/install-nodejs.sh
@@ -15,7 +15,7 @@ if [ ${execode} != 0 ]; then
15
echo -e "\n未找到 nvm ,开始安装"
16
echo -e "\n>>>>>>>>> install nvm"
17
rm -rf ~/.nvm
18
- 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
19
. ~/.nvm/nvm.sh
20
nvm --version
21
fi
0 commit comments