95
edits
Line 149: | Line 149: | ||
sudo apt install curl git dropbear | sudo apt install curl git dropbear | ||
curl -o- ht<span>tps://</span>raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | curl -o- ht<span>tps://</span>raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | ||
export NVM_DIR="$HOME/.nvm" # or you can close and reopen your terminal before using nvm | export NVM_DIR="$HOME/.nvm" | ||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # or you can close and reopen your terminal before using nvm | |||
nvm install 7.10 | nvm install 7.10 | ||
edits