From 8c09dccd2e7bb1ea1f2f014417de05835c88c9b5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 10 Nov 2017 12:21:40 -0700 Subject: [PATCH] update urls --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 00deaaf..443a3fa 100755 --- a/install.sh +++ b/install.sh @@ -2,11 +2,12 @@ set -e set -u -# git clone https://git.daplie.com/OAuth3/org.oauth3.git /srv/walnut/packages/pages/azp@oauth3.org +# git clone https://git.oauth3.org/OAuth3/issuer.html.git /srv/walnut/packages/pages/issuer@oauth3.org +# git clone https://git.oauth3.org/OAuth3/azp.html.git /srv/walnut/packages/pages/azp@oauth3.org mkdir -p assets if ! [ -d ./assets/oauth3.org ]; then - git clone https://git.daplie.com/OAuth3/oauth3.js.git ./assets/oauth3.org + git clone https://git.oauth3.org/OAuth3/oauth3.js.git ./assets/oauth3.org fi pushd ./assets/oauth3.org git checkout v1.2