Update ros-progs-gui.sh
This commit is contained in:
parent
9a1ecb4d7e
commit
7862efd348
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
cd /usr/local/bin/progs
|
cd /usr/local/bin/progs
|
||||||
|
|
||||||
# Zenity ablak megjelenítése
|
# Zenity ablak megjelenítése
|
||||||
user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ 2>/dev/null
|
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" \ 2>/dev/null
|
||||||
FALSE "Audacious - Local Music Player 432Hz-re optimalizalva!" \
|
FALSE "Audacious - Local Music Player 432Hz-re optimalizalva!" \
|
||||||
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" \
|
||||||
|
@ -75,7 +75,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ 2>/dev/
|
||||||
FALSE "Windows 11 Telepítő - Csak Profiknak!" \
|
FALSE "Windows 11 Telepítő - Csak Profiknak!" \
|
||||||
FALSE "Xfburn - CD/DVD író program" \
|
FALSE "Xfburn - CD/DVD író program" \
|
||||||
FALSE "XPadNeo - XBox Controller Support" \
|
FALSE "XPadNeo - XBox Controller Support" \
|
||||||
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" ) 2>/dev/null
|
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" )
|
||||||
if [[ $? -eq 1 ]]; then
|
if [[ $? -eq 1 ]]; then
|
||||||
echo ${bold}${yellow}Cancelled by User. Exiting!${normal}
|
echo ${bold}${yellow}Cancelled by User. Exiting!${normal}
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue