From fdda14d8c2ff4ea7525ec025d3855489e0410041 Mon Sep 17 00:00:00 2001 From: Jay Proulx Date: Wed, 29 May 2013 12:24:50 -0400 Subject: [PATCH] git:// won't work behind some firewalls. We don't need write access, https will suffice. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e7eb7ec..ab8cca4 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