forked from coolaj86/node-installer.sh
Update setup.bash
This commit is contained in:
parent
020fe6b3d6
commit
c65932db08
|
@ -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=""
|
||||||
|
|
Loading…
Reference in New Issue