From 2c6e5cfa46d7bae529e3f09eb34a9ce459f1f377 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 10 Nov 2017 12:28:40 -0700 Subject: [PATCH] update urls --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index d003095..9d8aaff 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -71,7 +71,7 @@ pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name $my_npm install popd pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name/packages/assets - OAUTH3_GIT_URL="https://git.daplie.com/Oauth3/oauth3.js.git" + OAUTH3_GIT_URL="https://git.oauth3.org/OAuth3/oauth3.js.git" git clone ${OAUTH3_GIT_URL} oauth3.org || true ln -s oauth3.org org.oauth3 pushd oauth3.org