From a1b2f80e26c264858cbe2e1d6fbf8bfb9991f7dc Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 28 Jun 2021 09:23:44 -0700 Subject: [PATCH] updated script to work with new UI repo structure. --- update-qortal-ui.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/update-qortal-ui.sh b/update-qortal-ui.sh index dcabfdb..e4ef641 100644 --- a/update-qortal-ui.sh +++ b/update-qortal-ui.sh @@ -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