Add extra-wallpaper echeck

This commit is contained in:
Nico Jensch 2020-11-18 15:47:48 +01:00
parent 59d13294dd
commit bc3214df6b
1 changed files with 15 additions and 0 deletions

View File

@ -18,6 +18,21 @@ function upgrade2ultimate
echo "garuda-asian" >> /tmp/setup-assistant/pkgs.txt
fi
if ! yad \
--image='wallpaper' \
--title="Upgrade to ULTIMATE" \
--window-icon='update' \
--geometry=700x100 \
--button=No:0 \
--button=Yes:1 \
--text-align=center \
--center \
--text "Do you want to install additional Garuda wallpapers?"; then
echo "garuda-wallpapers-extra" >> /tmp/setup-assistant/pkgs.txt
fi
if ! yad \
--image='AppImageLauncher' \
--title="Upgrade to ULTIMATE" \