updated script to work with new UI repo structure.

This commit is contained in:
crowetic 2021-06-28 09:23:44 -07:00 committed by GitHub
parent fec656f24a
commit a1b2f80e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,9 @@ killall -9 node*
echo "removing old files"
rm -R UI
echo "creating new UI folder and moving to that directory "
mkdir UI
cd UI
echo "cloning git repositories for Qortal UI"
git clone https://github.com/qortal/qortal-ui
git clone https://github.com/qortal/qortal-ui-core
git clone https://github.com/qortal/qortal-ui-crypto
git clone https://github.com/qortal/qortal-ui-plugins
git clone https://github.com/qortal/UI
cd qortal-ui