updated script to work with new UI repo structure.
This commit is contained in:
parent
fec656f24a
commit
a1b2f80e26
@ -5,17 +5,9 @@ killall -9 node*
|
|||||||
echo "removing old files"
|
echo "removing old files"
|
||||||
rm -R UI
|
rm -R UI
|
||||||
|
|
||||||
echo "creating new UI folder and moving to that directory "
|
|
||||||
|
|
||||||
mkdir UI
|
|
||||||
cd UI
|
|
||||||
|
|
||||||
echo "cloning git repositories for Qortal UI"
|
echo "cloning git repositories for Qortal UI"
|
||||||
|
|
||||||
git clone https://github.com/qortal/qortal-ui
|
git clone https://github.com/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
|
|
||||||
|
|
||||||
cd qortal-ui
|
cd qortal-ui
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user