Koen Punt 11 years ago
parent
commit
3c2719a85e
  1. 1
      install.sh

1
install.sh

@ -32,7 +32,6 @@ install_from_git() { @@ -32,7 +32,6 @@ install_from_git() {
echo -e "\r=> \c"
cd "$NVM_DIR" && git pull 2> /dev/null || {
echo >&2 "Failed to update nvm, run 'git pull' in $NVM_DIR yourself.."
return 0
}
else
# Cloning to $NVM_DIR

Loading…
Cancel
Save