try tricking nvm into installing into empty directory
This commit is contained in:
parent
6898ae0eff
commit
0b2653794f
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ mkdir -p ~/.cargo/
|
|||
echo "all links done"
|
||||
|
||||
echo "adding NVM"
|
||||
mkdir -p "$NVM_DIR"
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
|
||||
|
||||
echo "using NVM"
|
||||
|
|
Loading…
Reference in a new issue