This commit is contained in:
AJ ONeal 2017-11-03 14:31:34 -06:00
förälder 32839e69ba
incheckning 963f551a98
2 ändrade filer med 4 tillägg och 4 borttagningar

Visa fil

@ -3,7 +3,7 @@
# Installs node.js + dependencies for both Ubuntu and OS X
#
# See https://git.daplie.com/coolaj86/node-install-script
# See https://git.colaj86.com/coolaj86/node-installer.sh
#
# curl -fsSL https://example.com/setup.bash | bash
@ -12,7 +12,7 @@
set -e
set -u
BASE_URL="https://git.daplie.com/coolaj86/node-install-script/raw/master"
BASE_URL="https://git.coolaj86.com/coolaj86/node-installer.sh/raw/master"
#######################
# Download installers #

Visa fil

@ -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.coolaj86.com/coolaj86/node-installer.sh
#
# 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.coolaj86.com/coolaj86/node-installer.sh/raw/master"
#NO_FAIL2BAN=""
NO_FAIL2BAN="nope"
OS="unsupported"