Added internet configuration. Requires latest image, or install networkmanager.

This commit is contained in:
Storm Dragon 2021-10-23 14:00:17 -04:00
parent 1a25259362
commit 63e857c4b0

View File

@ -38,6 +38,9 @@ while [[ "$choice" != "Exit" ]]; do
./.includes/chuser.sh $(inputbox "Please enter the new username, letters, dashes, and underscores only.")
restart
;;
"Configure Internet")
/usr/bin/nmtui-connect
;;
"Install Mate Desktop")
source .includes/gui.sh mate
;;
@ -50,6 +53,7 @@ while [[ "$choice" != "Exit" ]]; do
esac
choice="$(menulist \
"Change username" \
"Configure internet" \
"Install Mate Desktop" \
"Install Ratpoison Windowmanager" \
"Set up gaming" \