Add lxqt to menu.
This commit is contained in:
parent
2a4cc63613
commit
2ce7432cad
@ -51,6 +51,9 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
"Configure internet")
|
||||
/usr/bin/nmtui-connect
|
||||
;;
|
||||
"Install Lxqt Desktop")
|
||||
source .includes/gui.sh lxqt
|
||||
;;
|
||||
"Install Mate Desktop")
|
||||
source .includes/gui.sh mate
|
||||
;;
|
||||
@ -71,6 +74,7 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
choice="$(menulist \
|
||||
"Change username" \
|
||||
"Configure internet" \
|
||||
"Install Lxqt Desktop" \
|
||||
"Install Mate Desktop" \
|
||||
"Install Ratpoison Windowmanager" \
|
||||
"Screen reader" \
|
||||
|
Loading…
Reference in New Issue
Block a user