Initial support for updating eeprom.

This commit is contained in:
Storm Dragon
2025-12-20 05:31:16 -05:00
parent 241e3f4e39
commit c187b8d32c
2 changed files with 81 additions and 0 deletions

View File

@@ -124,6 +124,9 @@ while [[ "$choice" != "Exit" ]]; do
"Configure StormUX Repository")
add_stormux_repo
;;
"Update EEPROM")
source .includes/eeprom.sh
;;
esac
options=(
"Change username"
@@ -147,6 +150,7 @@ while [[ "$choice" != "Exit" ]]; do
options+=("Set timezone"
"Get help on IRC"
"Update configure-stormux"
"Update EEPROM"
"Convert to Server"
"Configure StormUX Repository"
)