Add Openbox in desktop menu
This commit is contained in:
parent
007e2a78e0
commit
451e6fd830
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ for item in $items; do
|
|||
case $item in
|
||||
"openbox-themes-only") options+=("$item" "" off);;
|
||||
*) options+=("$item" "" on);;
|
||||
esac
|
||||
done
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Openbox Install :" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||
|
|
Loading…
Add table
Reference in a new issue