Roough draft for installing a desktop.
This commit is contained in:
@ -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" \
|
||||
)"
|
||||
|
Reference in New Issue
Block a user