Microsoft update for macOS (fix #344)

This commit is contained in:
Roey Darwish Dror
2020-02-27 15:32:13 +02:00
committed by GitHub
parent 20a923a9c0
commit 2b89f87a37
2 changed files with 14 additions and 1 deletions

View File

@@ -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))?;
}