Update install.sh
This commit is contained in:
parent
25d5095379
commit
fbb24fe677
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue