From a99583fb1d1bbe2c39a2913e139fabfb3eb4e3aa Mon Sep 17 00:00:00 2001 From: richdex14 Date: Fri, 1 Sep 2017 20:54:43 -0600 Subject: [PATCH] Update setup-min.sh to use Daplie repo instead of coolaj86 private repo. --- setup-min.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-min.sh b/setup-min.sh index b4dd539..0734a59 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -12,7 +12,7 @@ set -e set -u -BASE_URL="https://git.daplie.com/coolaj86/node-install-script/raw/master" +BASE_URL="https://git.daplie.com/Daplie/node-install-script/raw/master" ####################### # Download installers #