mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 06:11:37 +00:00
Update file before_install.osx.sh
This commit is contained in:
parent
a44ef90e95
commit
681a244c70
1 changed files with 2 additions and 0 deletions
|
@ -2,11 +2,13 @@
|
||||||
|
|
||||||
export HOMEBREW_NO_EMOJI=1
|
export HOMEBREW_NO_EMOJI=1
|
||||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||||
|
export HOMEBREW_AUTOREMOVE=1
|
||||||
|
|
||||||
# purge large and unnecessary packages that get in our way
|
# 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 google-cloud-sdk || true
|
||||||
|
|
||||||
# purge things pre-installed that cause issues
|
# purge things pre-installed that cause issues
|
||||||
|
brew uninstall aom cairo curl httpd jpeg-xl libavif
|
||||||
brew uninstall xquartz gd fontconfig freetype harfbuzz brotli
|
brew uninstall xquartz gd fontconfig freetype harfbuzz brotli
|
||||||
|
|
||||||
brew tap --repair
|
brew tap --repair
|
||||||
|
|
Loading…
Reference in a new issue