From b3bb4312e6f499c1d15580f447e05c408fa99637 Mon Sep 17 00:00:00 2001 From: alex choi Date: Mon, 2 Feb 2015 00:15:19 -0500 Subject: [PATCH] update setup.sh - nvm url has changed --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d06ffce7..4776511f 100755 --- a/setup.sh +++ b/setup.sh @@ -6,7 +6,7 @@ # https://github.com/creationix/nvm sudo apt-get install -y git sudo apt-get install -y curl -curl https://raw.github.com/creationix/nvm/master/install.sh | sh +curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh # Load nvm and install latest production node source $HOME/.nvm/nvm.sh