Rename title menu
This commit is contained in:
parent
54fe213db9
commit
0be7c60932
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ options+=("gnome" "")
|
|||
options+=("gnome-extra" "")
|
||||
|
||||
defaultitem=""
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "XFCE4 Install Menu :" --menu "" --default-item "$defaultitem" --cancel-button "Back" 0 0 0 \
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Gnome Install Menu :" --menu "" --default-item "$defaultitem" --cancel-button "Back" 0 0 0 \
|
||||
"${options[@]}" \
|
||||
3>&1 1>&2 2>&3)
|
||||
if [ ! "$?" = "0" ]; then
|
||||
|
|
Loading…
Reference in a new issue