try tricking nvm into installing into empty directory

This commit is contained in:
Cyryl Płotnicki 2019-01-20 13:51:10 +00:00
parent 6898ae0eff
commit 0b2653794f

View file

@ -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"