1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-27 12:11:35 +00:00

Update file before_install.osx.sh

This commit is contained in:
psi29a 2024-01-06 22:50:31 +00:00
parent 27679116b1
commit c21e7d3490

View file

@ -5,11 +5,11 @@ export HOMEBREW_NO_INSTALL_CLEANUP=1
export HOMEBREW_AUTOREMOVE=1
# purge large and unnecessary packages that get in our way
brew uninstall ruby php openjdk node postgresql maven google-cloud-sdk || true
brew uninstall ruby php openjdk node postgresql maven || true
# purge things pre-installed that cause issues
brew uninstall curl # aom cairo httpd jpeg-xl libavif
brew uninstall xquartz gd fontconfig freetype harfbuzz brotli
brew uninstall xquartz # gd fontconfig freetype harfbuzz brotli
brew tap --repair
brew update --quiet