Added option for Fenrir configuration utility. Will only work if your installed Fenrir is up to date.
This commit is contained in:
parent
9a5e070bb0
commit
a201dacd3d
@ -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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user