Browse Source

Changed git protocol from git:// to https:// to work around firewalls.

master
Chip Warden 12 years ago
parent
commit
6c57b275db
  1. 2
      install.sh

2
install.sh

@ -10,7 +10,7 @@ if [ -d "$NVM_TARGET" ]; then
fi fi
# Cloning to $NVM_TARGET # Cloning to $NVM_TARGET
git clone git://github.com/creationix/nvm.git $NVM_TARGET git clone https://github.com/creationix/nvm.git $NVM_TARGET
echo echo

Loading…
Cancel
Save