Microsoft update for macOS (fix #344)
This commit is contained in:
committed by
GitHub
parent
20a923a9c0
commit
2b89f87a37
@@ -363,6 +363,7 @@ fn run() -> Result<()> {
|
||||
#[cfg(target_os = "macos")]
|
||||
{
|
||||
if config.should_run(Step::System) {
|
||||
runner.execute("Microsoft AutoUpdate", || macos::run_msupdate(&ctx))?;
|
||||
runner.execute("App Store", || macos::run_mas(run_type))?;
|
||||
runner.execute("System upgrade", || macos::upgrade_macos(run_type))?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user