From c65932db08c2d440f9a62737e2909cb1dbfc1434 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 7 Apr 2017 02:09:14 +0000 Subject: [PATCH] Update setup.bash --- setup.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=""