From 8b1a9cd6eb6f77cfbb462cd913e5d4cf81183474 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 6 Jul 2023 13:42:02 +1000 Subject: [PATCH] Tools: reinstantiate MacOSX brew update call this was temporarily removed to allow MacOSX to pass; github's repository seemed to be corrupt somehow --- 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 c05f645f26..906ad0022a 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 # tmporarily removed, see https://github.com/orgs/Homebrew/discussions/4612 +brew update brew install gawk curl coreutils wget PIP=pip