Initial support for updating eeprom.
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user