update urls
This commit is contained in:
parent
2277b22d9d
commit
2c6e5cfa46
|
@ -71,7 +71,7 @@ pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name
|
|||
$my_npm install
|
||||
popd
|
||||
pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name/packages/assets
|
||||
OAUTH3_GIT_URL="https://git.daplie.com/Oauth3/oauth3.js.git"
|
||||
OAUTH3_GIT_URL="https://git.oauth3.org/OAuth3/oauth3.js.git"
|
||||
git clone ${OAUTH3_GIT_URL} oauth3.org || true
|
||||
ln -s oauth3.org org.oauth3
|
||||
pushd oauth3.org
|
||||
|
|
Loading…
Reference in New Issue