Tools: remove curl from installation as its not needed

This commit is contained in:
bugobliterator 2024-10-15 17:41:39 +08:00 committed by Peter Barker
parent 81768b26ff
commit 8d3dbd7929
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
# brew update randomly failing on CI, so ignore errors:
brew update
brew install --force --overwrite gawk curl coreutils wget
brew install --force --overwrite gawk coreutils wget
PIP=pip
if maybe_prompt_user "Install python using pyenv [N/y]?" ; then