Adds support for pihole update manager (#151)
This commit is contained in:
committed by
Roey Darwish Dror
parent
ac2524edd7
commit
4f61a12013
@@ -372,6 +372,12 @@ fn run() -> Result<(), Error> {
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
execute(
|
||||
&mut report,
|
||||
"pihole",
|
||||
|| linux::run_pihole_update(sudo.as_ref(), run_type),
|
||||
config.no_retry(),
|
||||
)?;
|
||||
execute(
|
||||
&mut report,
|
||||
"rpi-update",
|
||||
|
||||
Reference in New Issue
Block a user