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:
Philipp Weißmann
2019-05-15 11:34:20 +02:00
committed by Roey Darwish Dror
parent 599fa49260
commit ac2524edd7
3 changed files with 17 additions and 0 deletions

View File

@@ -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",