From 27e64f858a386ebc6dce8457248092852054f04e Mon Sep 17 00:00:00 2001 From: bugobliterator Date: Sun, 10 Dec 2023 12:32:27 +1100 Subject: [PATCH] Tools: ignore the error from brew update --- Tools/environment_install/install-prereqs-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/environment_install/install-prereqs-mac.sh b/Tools/environment_install/install-prereqs-mac.sh index cba654a6de3d7e..5508ff6f0393e4 100755 --- a/Tools/environment_install/install-prereqs-mac.sh +++ b/Tools/environment_install/install-prereqs-mac.sh @@ -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