From ebb9653c3d1d8a8ea16a8137cf28663b216f6781 Mon Sep 17 00:00:00 2001 From: admercs Date: Tue, 12 Mar 2024 08:59:23 -0700 Subject: [PATCH] update macos setup --- scripts/setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index fdffe278..b599e561 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -118,8 +118,10 @@ if [ "$(uname)" = 'Darwin' ]; then HOMEBREW_FORCE_BREWED_CURL=1 brew config export PATH="/usr/local/opt/curl/bin:${PATH}" echo 'Installing latest cURL version and configuring Homebrew to use it...' - brew install python@3.11 azure-cli - brew install wget coreutils "llvm@${CLANG_VERSION}" + brew install python@3.11 + brew install coreutils + brew install "llvm@${CLANG_VERSION}" + brew install azure-cli else echo 'Installing dependencies...' sudo add-apt-repository -y ppa:graphics-drivers/ppa