Update ros-progs-gui.sh
This commit is contained in:
parent
42f4766651
commit
9a1ecb4d7e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
cd /usr/local/bin/progs
|
||||
|
||||
# Zenity ablak megjelenítése
|
||||
user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
||||
user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ 2>/dev/null
|
||||
--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" \
|
||||
|
|
Loading…
Reference in a new issue