Update ros-progs-gui.sh
This commit is contained in:
parent
7862efd348
commit
f1c37221ca
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ cd /usr/local/bin/progs
|
|||
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" \ 2>/dev/null
|
||||
--column="Válassz" --column="Programnév / Leírás" \
|
||||
FALSE "Audacious - Local Music Player 432Hz-re optimalizalva!" \
|
||||
FALSE "Bitwarden - Jelszókezelő kliens" \
|
||||
FALSE "Bluetooth - Ha hasznalsz BT-t tedd fel" \
|
||||
|
@ -75,7 +75,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
|||
FALSE "Windows 11 Telepítő - Csak Profiknak!" \
|
||||
FALSE "Xfburn - CD/DVD író program" \
|
||||
FALSE "XPadNeo - XBox Controller Support" \
|
||||
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" )
|
||||
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" 2>/dev/null )
|
||||
if [[ $? -eq 1 ]]; then
|
||||
echo ${bold}${yellow}Cancelled by User. Exiting!${normal}
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue