diff --git a/setup.bash b/setup.bash index 853999d..36cf0e8 100644 --- a/setup.bash +++ b/setup.bash @@ -3,7 +3,7 @@ # Installs node.js + dependencies for both Ubuntu and OS X # -# See https://github.com/coolaj86/node-install-script +# See https://git.daplie.com/coolaj86/node-install-script # # curl -fsSL https://example.com/setup.bash | bash @@ -11,7 +11,7 @@ NODEJS_NAME="node" NODEJS_BASE_URL="https://nodejs.org" -BASE_URL="https://raw.githubusercontent.com/coolaj86/node-install-script/master" +BASE_URL="https://git.daplie.com/coolaj86/node-install-script/raw/master" NO_FAIL2BAN="" OS="unsupported" ARCH=""