From 237b95328ed6863c2e5efd370cc0940fd60b72f2 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 3 Oct 2012 21:55:49 -0700 Subject: Fix #2850 Use https url for npmjs.org in docs etc. --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index 87de5ef75..a8e588d43 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -17,7 +17,7 @@ if [ "x$0" = "xsh" ]; then # on some systems, you can just do cat>npm-install.sh # which is a bit cuter. But on others, &1 is already closed, # so catting to another script file won't do anything. - curl -s http://npmjs.org/install.sh > npm-install-$$.sh + curl -s https://npmjs.org/install.sh > npm-install-$$.sh sh npm-install-$$.sh ret=$? rm npm-install-$$.sh -- cgit v1.2.3