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" )