Skip to content

Commit

Permalink
update macos setup
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 12, 2024
1 parent 87d0612 commit ebb9653
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebb9653

Please sign in to comment.