mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 18:41:37 +00:00
Update file before_install.osx.sh
This commit is contained in:
parent
27679116b1
commit
c21e7d3490
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue