changes
This commit is contained in:
10
main/setup.sh
Normal file → Executable file
10
main/setup.sh
Normal file → Executable file
@@ -139,7 +139,7 @@ apt-get install --no-install-recommends -y gimp
|
||||
# else
|
||||
# echo " "
|
||||
# echo "WARNING ! krita-${KRITA_VERSION}-x86_64.AppImage not installed ... will install now."
|
||||
# rm -fr /home/${USER}/krita-*-x86_64.AppImage
|
||||
# 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
|
||||
@@ -292,17 +292,17 @@ if [ -e /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
|
||||
|
||||
tee /home/${USER}/Desktop/Protonup-QT.desktop <<-EOF
|
||||
tee /home/${USER}/Desktop/ProtonUp-QT.desktop <<-EOF
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Protonup-QT
|
||||
Name=ProtonUp-QT
|
||||
Exec=/home/$USER/ProtonUp-Qt-$PROTON_VERSION-x86_64.AppImage
|
||||
Icon=cinnamon-panel-launcher
|
||||
Terminal=false
|
||||
EOF
|
||||
|
||||
chown ${USER} /home/${USER}/Desktop/Protonup-QT.desktop
|
||||
chmod +x /home/${USER}/Desktop/Protonup-QT.desktop
|
||||
chown ${USER} /home/${USER}/Desktop/ProtonUp-QT.desktop
|
||||
chmod +x /home/${USER}/Desktop/ProtonUp-QT.desktop
|
||||
fi
|
||||
|
||||
echo " "
|
||||
|
||||
Reference in New Issue
Block a user