Update main/setup.sh

This commit is contained in:
2026-07-04 05:48:31 -07:00
parent 88451ece6d
commit 60b246cd6f
+1
View File
@@ -152,6 +152,7 @@ if [ -e /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage ]
else
echo " "
echo "WARNING ! krita-${KRITA_VERSION}-x86_64.AppImage not installed ... will install now."
rm -fr /home/${USER}/krita-*-x86_64.AppImage
wget --no-cache --show-progress --progress=bar:force:noscroll "https://download.kde.org/stable/krita/${KRITA_VERSION}/krita-${KRITA_VERSION}-x86_64.AppImage" -O /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
chown ${USER} /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
chmod +x /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage