From a201dacd3dd4f1a67562d24546e68eb845da9df1 Mon Sep 17 00:00:00 2001 From: Storm Dragon <stormdragon2976@gmail.com> Date: Sun, 8 Dec 2024 16:18:08 -0500 Subject: [PATCH] Added option for Fenrir configuration utility. Will only work if your installed Fenrir is up to date. --- configure-stormux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure-stormux.sh b/configure-stormux.sh index 20d9606..6f74025 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -76,6 +76,9 @@ while [[ "$choice" != "Exit" ]]; do ./.includes/chuser.sh $(inputbox "Please enter the new username, letters, dashes, and underscores only.") restart ;; + "Configure Fenrir") + /usr/share/fenrirscreenreader/tools/configure_fenrir.py + ;; "Configure internet") /usr/bin/nmtui-connect ;; @@ -118,6 +121,7 @@ while [[ "$choice" != "Exit" ]]; do esac options=( "Change username" + "Configure Fenrir" "Configure internet" "Enable Bluetooth" )