From fbb24fe6777a57f3367dd9fad56889fb2843dc07 Mon Sep 17 00:00:00 2001 From: Drew Warren Date: Fri, 6 Oct 2017 18:02:13 -0600 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d751be3..f6f548d 100755 --- a/install.sh +++ b/install.sh @@ -2,11 +2,11 @@ set -e set -u -# git clone git@git.daplie.com:OAuth3/issuer_oauth3.org.git /srv/walnut/packages/pages/issuer@oauth3.org +# git clone https://git.daplie.com/OAuth3/issuer_oauth3.org.git /srv/walnut/packages/pages/issuer@oauth3.org mkdir -p assets if ! [ -d ./assets/oauth3.org ]; then - git clone git@git.daplie.com:OAuth3/oauth3.js.git ./assets/oauth3.org + git clone https://git.daplie.com/OAuth3/oauth3.js.git ./assets/oauth3.org fi pushd ./assets/oauth3.org git checkout v1