diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index ad4f4fd..1ac7df9 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -59,7 +59,8 @@ build { "source ~/.zprofile", "brew --version", "brew update", - "brew install curl wget unzip zip ca-certificates cmake gcc git-lfs jq yq gh gitlab-runner", + "brew install wget unzip zip ca-certificates cmake gcc git-lfs jq yq gh gitlab-runner", + "brew install curl || true", // doesn't work on Monterey "brew install --cask git-credential-manager", "git lfs install", "sudo softwareupdate --install-rosetta --agree-to-license"