Update setup.bash

This commit is contained in:
AJ ONeal 2017-04-07 02:09:14 +00:00
parent 020fe6b3d6
commit c65932db08
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Installs node.js + dependencies for both Ubuntu and OS X # 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 # curl -fsSL https://example.com/setup.bash | bash
@ -11,7 +11,7 @@
NODEJS_NAME="node" NODEJS_NAME="node"
NODEJS_BASE_URL="https://nodejs.org" 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="" NO_FAIL2BAN=""
OS="unsupported" OS="unsupported"
ARCH="" ARCH=""