Skip to content

Commit

Permalink
Tools: ignore the error from brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Dec 10, 2023
1 parent e4a2794 commit 27e64f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/environment_install/install-prereqs-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function maybe_prompt_user() {
# see https://github.com/orgs/Homebrew/discussions/3895
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete

brew update
brew update 2>&1
brew install gawk curl coreutils wget

PIP=pip
Expand Down

0 comments on commit 27e64f8

Please sign in to comment.