From 74db90ee8253aaf3375a06e3a3ccaf48c3ceb9b0 Mon Sep 17 00:00:00 2001 From: Samuel Ytterbrink Date: Mon, 22 Apr 2013 12:29:04 +0300 Subject: [PATCH] Changed the clone protocol, bypassing firewalls. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 234716f..dd77228 100755 --- a/install.sh +++ b/install.sh @@ -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