From b3909a1482a8735acd34adc55aabdec506484ca0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 28 Dec 2014 01:25:26 -0700 Subject: [PATCH] comment about example.com --- setup.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.bash b/setup.bash index a8b5de1..990f9dc 100644 --- a/setup.bash +++ b/setup.bash @@ -1,7 +1,7 @@ #!/bin/bash -# curl -fsSL https://ldsconnect.org/setup.bash | bash -# wget -nv https://ldsconnect.org/setup.bash -O - | bash +# curl -fsSL https://example.com/setup.bash | bash +# wget -nv https://example.com/setup.bash -O - | bash BASE_URL="https://raw.githubusercontent.com/coolaj86/node-install-script/master" NODE_VER="v0.11.14"