forked from coolaj86/goldilocks.js
23 lines
482 B
Bash
23 lines
482 B
Bash
|
pushd packages/assets
|
||
|
|
||
|
git clone https://git.daplie.com/Daplie/oauth3.js.git org.oauth3
|
||
|
pushd org.oauth3
|
||
|
git checkout master
|
||
|
git pull
|
||
|
popd
|
||
|
|
||
|
mkdir -p com.jquery
|
||
|
pushd com.jquery
|
||
|
wget 'https://code.jquery.com/jquery-3.1.1.js' -O jquery-3.1.1.js
|
||
|
popd
|
||
|
|
||
|
mkdir -p com.google
|
||
|
pushd com.google
|
||
|
wget 'https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular.min.js' -O angular.1.6.2.min.js
|
||
|
popd
|
||
|
|
||
|
mkdir -p well-known
|
||
|
pushd well-known
|
||
|
ln -sf ../org.oauth3/well-known/oauth3 ./oauth3
|
||
|
popd
|