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