script is working again xd

This commit is contained in:
RP1 2025-01-06 19:22:45 +01:00
parent 0d7ded96d7
commit 9057e54554

View file

@ -25,7 +25,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Brave - webböngésző" \
FALSE "Cider - Apple Music Player Linuxra" \
FALSE "CoreCTRL - AMD GPU beállító alkalmazás" \
FALSE "Csak a FO Monitoron jelenjen meg a Login Screen - Tobb monitoros setupoknal")
FALSE "Csak a FO Monitoron jelenjen meg a Login Screen - Tobb monitoros setupoknal" \
FALSE "Darktable - Adobe Lightroom Linuxos megfelelője" \
FALSE "Discord - VoIP-, és csevegőalkalmazás" \
FALSE "Docker - Ha tudod mi ez akkor KELL Neked" \
@ -66,7 +66,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Vivaldi - webböngésző" \
FALSE "VLC - médialejátszó" \
FALSE "Windows 11 Telepítő - Csak Profiknak!" \
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" \
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" )
if [[ $? -eq 1 ]]; then
echo ${bold}${yellow}Cancelled by User. Exiting!${normal}
exit 1