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.
This commit is contained in:
crowetic
2022-11-19 10:40:21 -08:00
committed by GitHub
parent f155b58501
commit b637ace990

View File

@@ -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