Install latest nodejs version
This commit is contained in:
parent
cd3b63923c
commit
d3a3b6a4dd
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
||||||
export NVS_HOME="$HOME/.nvs";
|
export NVS_HOME="$HOME/.nvs";
|
||||||
git clone https://github.com/jasongin/nvs "$NVS_HOME";
|
git clone https://github.com/jasongin/nvs "$NVS_HOME";
|
||||||
. "$NVS_HOME/nvs.sh" install;
|
. "$NVS_HOME/nvs.sh" install;
|
||||||
|
exec "bash -c 'nvs add latest'";
|
||||||
|
exec "bash -c 'nvs link latest'";
|
||||||
|
|
Loading…
Reference in a new issue