Add lxqt to menu.

This commit is contained in:
Storm Dragon 2021-10-26 13:21:18 -04:00
parent 2a4cc63613
commit 2ce7432cad

View File

@ -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" \