Added option for Fenrir configuration utility. Will only work if your installed Fenrir is up to date.

This commit is contained in:
Storm Dragon 2024-12-08 16:18:08 -05:00
parent 9a5e070bb0
commit a201dacd3d

View File

@ -76,6 +76,9 @@ while [[ "$choice" != "Exit" ]]; do
./.includes/chuser.sh $(inputbox "Please enter the new username, letters, dashes, and underscores only.") ./.includes/chuser.sh $(inputbox "Please enter the new username, letters, dashes, and underscores only.")
restart restart
;; ;;
"Configure Fenrir")
/usr/share/fenrirscreenreader/tools/configure_fenrir.py
;;
"Configure internet") "Configure internet")
/usr/bin/nmtui-connect /usr/bin/nmtui-connect
;; ;;
@ -118,6 +121,7 @@ while [[ "$choice" != "Exit" ]]; do
esac esac
options=( options=(
"Change username" "Change username"
"Configure Fenrir"
"Configure internet" "Configure internet"
"Enable Bluetooth" "Enable Bluetooth"
) )