Browse Source

Merge pull request #243 from lgw4/master

Changed git download protocol from git:// to https:// to work around firewalls.
master
Tim Caswell 12 years ago
parent
commit
b2b29ff5c5
  1. 2
      install.sh

2
install.sh

@ -10,7 +10,7 @@ if [ -d "$NVM_TARGET" ]; then @@ -10,7 +10,7 @@ if [ -d "$NVM_TARGET" ]; then
fi
# 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

Loading…
Cancel
Save