From 70ba60508c4dd7595458fb2da4826a2c81158107 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 28 Mar 2016 16:24:37 -0400 Subject: [PATCH] io.js -> node.js --- setup-min.sh | 2 +- setup.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-min.sh b/setup-min.sh index 6f70f13..2881406 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -14,7 +14,7 @@ NODEJS_NAME="node" NODEJS_BASE_URL="https://nodejs.org" -BASE_URL="https://raw.githubusercontent.com/coolaj86/iojs-install-script/master" +BASE_URL="https://raw.githubusercontent.com/coolaj86/node-install-script/master" OS="unsupported" ARCH="" NODEJS_VER="" diff --git a/setup.bash b/setup.bash index 393f02c..64a5c39 100644 --- a/setup.bash +++ b/setup.bash @@ -11,7 +11,7 @@ NODEJS_NAME="node" NODEJS_BASE_URL="https://nodejs.org" -BASE_URL="https://raw.githubusercontent.com/coolaj86/iojs-install-script/master" +BASE_URL="https://raw.githubusercontent.com/coolaj86/node-install-script/master" NO_FAIL2BAN="" OS="unsupported" ARCH=""