Compare commits

..

No commits in common. "d2c7ec3623d5fa6f8ac137fe81cdb2cbcaa7ffc0" and "b875fcf45ecf611dd98cd55c2301e4470c3bbc41" have entirely different histories.

View file

@ -29,7 +29,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
--title="APP Telepítő Script base by Airman & RAVE (Magyarosította balage79)" \ --title="APP Telepítő Script base by Airman & RAVE (Magyarosította balage79)" \
--text="Válassz az alábbi programok közül:" \ --text="Válassz az alábbi programok közül:" \
--column="Válassz" --column="Programnév / Leírás" \ --column="Válassz" --column="Programnév / Leírás" \
FALSE "Audacious - Local Music Player 432Hz-re optimalizalva!" \ FALSE "Audacious - Local Music Player" \
FALSE "Bitwarden - Jelszókezelő kliens" \ FALSE "Bitwarden - Jelszókezelő kliens" \
FALSE "Bluetooth - Ha hasznalsz BT-t tedd fel" \ FALSE "Bluetooth - Ha hasznalsz BT-t tedd fel" \
FALSE "Bottles - Wine prefix kezelő" \ FALSE "Bottles - Wine prefix kezelő" \
@ -94,7 +94,7 @@ if [[ $? -eq 1 ]]; then
echo ${bold}${yellow}Cancelled by User. Exiting!${normal} echo ${bold}${yellow}Cancelled by User. Exiting!${normal}
exit 1 exit 1
fi fi
if [[ $user_choice = *"Audacious - Local Music Player 432Hz-re optimalizalva!"* ]]; then if [[ $user_choice = *"Audacious - Music Player"* ]]; then
echo echo
echo --------------------------------------------- echo ---------------------------------------------
echo Installing ${bold}${yellow}Audacious${normal} echo Installing ${bold}${yellow}Audacious${normal}