Compare commits
2 commits
b875fcf45e
...
d2c7ec3623
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d2c7ec3623 | ||
![]() |
b8c9a63660 |
1 changed files with 2 additions and 2 deletions
|
@ -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)" \
|
||||
--text="Válassz az alábbi programok közül:" \
|
||||
--column="Válassz" --column="Programnév / Leírás" \
|
||||
FALSE "Audacious - Local Music Player" \
|
||||
FALSE "Audacious - Local Music Player 432Hz-re optimalizalva!" \
|
||||
FALSE "Bitwarden - Jelszókezelő kliens" \
|
||||
FALSE "Bluetooth - Ha hasznalsz BT-t tedd fel" \
|
||||
FALSE "Bottles - Wine prefix kezelő" \
|
||||
|
@ -94,7 +94,7 @@ if [[ $? -eq 1 ]]; then
|
|||
echo ${bold}${yellow}Cancelled by User. Exiting!${normal}
|
||||
exit 1
|
||||
fi
|
||||
if [[ $user_choice = *"Audacious - Music Player"* ]]; then
|
||||
if [[ $user_choice = *"Audacious - Local Music Player 432Hz-re optimalizalva!"* ]]; then
|
||||
echo
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}Audacious${normal}
|
||||
|
|
Loading…
Reference in a new issue