From 2adbe8bd7fc4465cde609edd484ce63385a843fa Mon Sep 17 00:00:00 2001 From: Bill Caputo Date: Wed, 3 Oct 2012 16:24:43 -0500 Subject: [PATCH] changed npm url to use https (script has moved) --- nvm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvm.sh b/nvm.sh index f88486e..45bf52e 100755 --- a/nvm.sh +++ b/nvm.sh @@ -156,10 +156,10 @@ nvm() if [[ "`expr match $VERSION '\(^v0\.2\.[0-2]$\)'`" != '' ]]; then echo "npm requires node v0.2.3 or higher" else - curl http://npmjs.org/install.sh | clean=yes npm_install=0.2.19 sh + curl https://npmjs.org/install.sh | clean=yes npm_install=0.2.19 sh fi else - curl http://npmjs.org/install.sh | clean=yes sh + curl https://npmjs.org/install.sh | clean=yes sh fi fi else