committed by
GitHub
parent
065565240e
commit
25b6b97d38
@@ -143,10 +143,10 @@ fn run() -> Result<()> {
|
||||
#[cfg(unix)]
|
||||
{
|
||||
runner.execute(Step::Brew, "Brew", || unix::run_brew(&ctx))?;
|
||||
runner.execute(Step::Brew, "Brew Cask", || unix::run_brew_cask(&ctx))?;
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
{
|
||||
runner.execute(Step::Brew, "Brew Cask", || macos::run_brew_cask(&ctx))?;
|
||||
runner.execute(Step::MacPorts, "MacPorts", || macos::run_macports(&ctx))?;
|
||||
runner.execute(Step::MicrosoftAutoUpdate, "Microsoft AutoUpdate", || {
|
||||
macos::run_msupdate(&ctx)
|
||||
|
||||
Reference in New Issue
Block a user