File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515``` bash [国内镜像加速]
1616# 使用 wget 命令安装
17- wget -qO- https://raw.gitmirror.com/nvm-sh/nvm/v0.39.7 /install.sh | bash
17+ wget -qO- https://raw.gitmirror.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
1818
1919# 使用 curl 命令安装
20- curl -o- https://raw.gitmirror.com/nvm-sh/nvm/v0.39.7 /install.sh | bash
20+ curl -o- https://raw.gitmirror.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
2121````
2222
2323` ` ` bash [GitHub]
2424# 使用 wget 命令安装
25- wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7 /install.sh | bash
25+ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
2626
2727# 使用 curl 命令安装
28- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7 /install.sh | bash
28+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
2929` ` `
3030:::
3131
You can’t perform that action at this time.
0 commit comments