Make firmware upgrade configurable (#739)
This change adds an option, firmware.upgrade, that if set to `false` only checks for and displays available firmware updates. If set to `true` (default) the user is offered to run the firmware upgrade.
This commit is contained in:
committed by
GitHub
parent
5ec1f4d2d6
commit
74292ef6d2
@@ -85,3 +85,7 @@
|
||||
[npm]
|
||||
# Use sudo if the NPM directory isn't owned by the current user
|
||||
#use_sudo = true
|
||||
|
||||
[firmware]
|
||||
# Offer to update firmware; if false just check for and display available updates
|
||||
#upgrade = true
|
||||
|
||||
Reference in New Issue
Block a user