Adds raspberry pi firmware update tool rpi-update (#150)
* Adds 'Dein' vim plugin manager support * Add missing comma * Adds rpi-update command
This commit is contained in:
committed by
Roey Darwish Dror
parent
599fa49260
commit
ac2524edd7
@@ -372,6 +372,12 @@ fn run() -> Result<(), Error> {
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
execute(
|
||||
&mut report,
|
||||
"rpi-update",
|
||||
|| linux::run_rpi_update(sudo.as_ref(), run_type),
|
||||
config.no_retry(),
|
||||
)?;
|
||||
execute(
|
||||
&mut report,
|
||||
"Firmware upgrades",
|
||||
|
||||
Reference in New Issue
Block a user