From 63e857c4b0e55e4b016d02dae33419ddc72a1608 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 23 Oct 2021 14:00:17 -0400 Subject: [PATCH] Added internet configuration. Requires latest image, or install networkmanager. --- configure-stormux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure-stormux.sh b/configure-stormux.sh index d739d88..280b5b9 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -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" \