From b637ace990729b074455eff7c2b1fef6af560d79 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sat, 19 Nov 2022 10:40:21 -0800 Subject: [PATCH] modified link to latest UI AppImage Realized the link on Qortal.org was pointing to an older version of the UI AppImage, fixed that on the website and also in the script. --- rebuilt-machine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index 3e6dd88..0d988ca 100644 --- a/rebuilt-machine.sh +++ b/rebuilt-machine.sh @@ -32,7 +32,7 @@ echo "${PURPLE} DOWNLOADING QORTAL UI AppImage AND RENAMING ${NC}" cd cd Desktop -curl -L -O https://github.com/Qortal/qortal-ui/releases/download/v1.9.2/Qortal-Setup-amd64.AppImage +curl -L -O https://github.com/Qortal/qortal-ui/releases/latest/download/Qortal-Setup-amd64.AppImage mv Qortal-Setup*.AppImage Qortal-UI chmod +x Qortal-UI