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.")
|
./.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"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user