Added internet configuration. Requires latest image, or install networkmanager.
This commit is contained in:
parent
1a25259362
commit
63e857c4b0
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user