From 40befcd2df2067eed73ec7892bb5ddbec72f45b9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 28 Dec 2014 01:24:33 -0700 Subject: [PATCH] use github raw as baseurl --- setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bash b/setup.bash index 2dd1d8e..a8b5de1 100644 --- a/setup.bash +++ b/setup.bash @@ -3,7 +3,7 @@ # curl -fsSL https://ldsconnect.org/setup.bash | bash # wget -nv https://ldsconnect.org/setup.bash -O - | bash -BASE_URL="https://ldsconnect.org" +BASE_URL="https://raw.githubusercontent.com/coolaj86/node-install-script/master" NODE_VER="v0.11.14" OS="unsupported" ARCH=""