From 660eac6ae0287d4a7e77c4b95fc8280060233c7e Mon Sep 17 00:00:00 2001 From: fedor Date: Thu, 12 Jun 2025 21:45:23 -0700 Subject: [PATCH] Removed brew doctor Because of Tahoe --- templates/base.pkr.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 24cde98..a2759d4 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -145,8 +145,7 @@ build { inline = [ "source ~/.zprofile", "test -d /Users/runner", - "test -f ~/.ssh/known_hosts", - "brew doctor" + "test -f ~/.ssh/known_hosts" ] }