comment about example.com

This commit is contained in:
AJ ONeal 2014-12-28 01:25:26 -07:00
parent 40befcd2df
commit b3909a1482
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# curl -fsSL https://ldsconnect.org/setup.bash | bash # curl -fsSL https://example.com/setup.bash | bash
# wget -nv https://ldsconnect.org/setup.bash -O - | bash # wget -nv https://example.com/setup.bash -O - | bash
BASE_URL="https://raw.githubusercontent.com/coolaj86/node-install-script/master" BASE_URL="https://raw.githubusercontent.com/coolaj86/node-install-script/master"
NODE_VER="v0.11.14" NODE_VER="v0.11.14"