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