forked from coolaj86/node-installer.sh
use github raw as baseurl
This commit is contained in:
parent
3d1ad9385a
commit
40befcd2df
|
@ -3,7 +3,7 @@
|
|||
# curl -fsSL https://ldsconnect.org/setup.bash | bash
|
||||
# wget -nv https://ldsconnect.org/setup.bash -O - | bash
|
||||
|
||||
BASE_URL="https://ldsconnect.org"
|
||||
BASE_URL="https://raw.githubusercontent.com/coolaj86/node-install-script/master"
|
||||
NODE_VER="v0.11.14"
|
||||
OS="unsupported"
|
||||
ARCH=""
|
||||
|
|
Loading…
Reference in New Issue