mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[provisioning] fix nvm installation
This commit is contained in:
parent
1c33b852ca
commit
76a4682809
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
function __install_nvm {
|
function __install_nvm {
|
||||||
curl -s -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh >/dev/null | bash
|
curl -s -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||||
source ~/.nvm/nvm.sh
|
source ~/.nvm/nvm.sh
|
||||||
nvm install node 2>/dev/null
|
nvm install node 2>/dev/null
|
||||||
nvm alias default node
|
nvm alias default node
|
||||||
|
|
Loading…
Reference in a new issue