Don't run pacdiff when --yes is specified (fix #846)
This commit is contained in:
@@ -135,9 +135,7 @@ fn run() -> Result<()> {
|
||||
println!("Error detecting current distribution: {}", e);
|
||||
}
|
||||
}
|
||||
runner.execute(Step::System, "config-update", || {
|
||||
linux::run_config_update(sudo.as_ref(), run_type)
|
||||
})?;
|
||||
runner.execute(Step::System, "config-update", || linux::run_config_update(&ctx))?;
|
||||
|
||||
runner.execute(Step::BrewFormula, "Brew", || {
|
||||
unix::run_brew_formula(&ctx, unix::BrewVariant::Linux)
|
||||
|
||||
Reference in New Issue
Block a user