Add Openbox in desktop menu
This commit is contained in:
parent
ff80e83587
commit
ef8cd3db5d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ options=()
|
||||||
|
|
||||||
items=$(pacman -Sqg openbox)
|
items=$(pacman -Sqg openbox)
|
||||||
for item in $items; do
|
for item in $items; do
|
||||||
options+=("$item" "" on);;
|
options+=("$item" "" on)
|
||||||
done
|
done
|
||||||
|
|
||||||
sel=$(whiptail --backtitle "$apptitle" --title "Openbox Install :" --checklist "" --cancel-button "Back" 0 0 0 \
|
sel=$(whiptail --backtitle "$apptitle" --title "Openbox Install :" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||||
|
|
Loading…
Reference in a new issue