From c21350f8dee881956748461ff519c52fcf901abc Mon Sep 17 00:00:00 2001 From: admercs Date: Thu, 7 Mar 2024 13:31:57 -0800 Subject: [PATCH] update macos builds --- scripts/setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 92f6c4bd..d1aed32b 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -95,10 +95,9 @@ done if [ "$(uname)" = 'Darwin' ]; then tee -a "${HOME}/.bash_profile" << EOT export PATH="/usr/local/bin:\${PATH}" -export HOMEBREW_FORCE_BREWED_CURL="1" -export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt EOT source "${HOME}/.bash_profile" + softwareupdate --all --install --force brew update brew upgrade brew install azure-cli coreutils