Roough draft for installing a desktop.

This commit is contained in:
Storm Dragon
2021-10-18 02:06:41 -04:00
parent 1c4ea96f53
commit dbcde4539d
2 changed files with 187 additions and 0 deletions

View File

@ -38,9 +38,17 @@ while [[ "$choice" != "Exit" ]]; do
./.includes/chuser.sh $(inputbox "Please enter the new username, letters, dashes, and underscores only.")
restart
;;
"Install Mate Desktop")
./.includes/gui.sh mate
;;
"Install Ratpoison Windowmanager")
./.includes/gui.sh ratpoison
;;
esac
choice="$(menulist \
"Change username" \
"Install Mate Desktop" \
"Install Ratpoison Windowmanager" \
"Set up gaming" \
"Exit" \
)"