From fb0a8f6372176413932555ae09b99e27b15386ad Mon Sep 17 00:00:00 2001 From: richdex14 Date: Fri, 1 Sep 2017 20:16:12 -0600 Subject: [PATCH] Update setup-node-ubuntu.bash to change to Daplie project from coolaj86 private project. --- setup-node-ubuntu.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-node-ubuntu.bash b/setup-node-ubuntu.bash index 6b7afc2..a2ff579 100644 --- a/setup-node-ubuntu.bash +++ b/setup-node-ubuntu.bash @@ -3,7 +3,7 @@ # Installs node.js only (no development dependencies) for both Ubuntu and OS X # -# See https://git.daplie.com/coolaj86/node-install-script +# See https://git.daplie.com/Daplie/node-install-script # # curl -fsSL bit.ly/nodejs-min | bash @@ -23,7 +23,7 @@ fi NODEJS_NAME="node" NODEJS_BASE_URL="https://nodejs.org" -BASE_URL="https://git.daplie.com/coolaj86/node-install-script/raw/master" +BASE_URL="https://git.daplie.com/Daplie/node-install-script/raw/master" #NO_FAIL2BAN="" NO_FAIL2BAN="nope" OS="unsupported"