2017-02-23 01:48:34 +00:00
|
|
|
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
|
2017-05-01 23:52:22 +00:00
|
|
|
ln -snf ../org.oauth3/well-known/oauth3 ./oauth3
|
2017-02-23 01:48:34 +00:00
|
|
|
popd
|