updates/fixes
This commit is contained in:
@@ -139,6 +139,7 @@ apt-get install --no-install-recommends -y gimp
|
|||||||
# else
|
# else
|
||||||
# echo " "
|
# echo " "
|
||||||
# echo "WARNING ! krita-${KRITA_VERSION}-x86_64.AppImage not installed ... will install now."
|
# 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
|
# 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
|
# chown ${USER} /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||||
# chmod +x /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
# chmod +x /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||||
@@ -286,6 +287,7 @@ if [ -e /home/${USER}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage ]
|
|||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
echo "WARNING ! ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage not installed ... will install now."
|
echo "WARNING ! ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage not installed ... will install now."
|
||||||
|
rm -fr /home/${USER}/ProtonUp-Qt-*-x86_64.AppImage
|
||||||
wget --no-cache --show-progress --progress=bar:force:noscroll "https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v${PROTON_VERSION}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage" -O /home/${USER}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage
|
wget --no-cache --show-progress --progress=bar:force:noscroll "https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v${PROTON_VERSION}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage" -O /home/${USER}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage
|
||||||
chown ${USER} /home/${USER}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage
|
chown ${USER} /home/${USER}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage
|
||||||
chmod +x /home/${USER}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage
|
chmod +x /home/${USER}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage
|
||||||
|
|||||||
Reference in New Issue
Block a user