mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
15 lines
429 B
Bash
Executable File
15 lines
429 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
##########################################
|
|
## workaround to fix macos-10.15 configure os from failing
|
|
time brew uninstall openssl@1.0.2t
|
|
time brew uninstall python@2.7.17
|
|
time brew untap local/openssl
|
|
time brew untap local/python2
|
|
time brew reinstall openssl@1.1
|
|
##########################################
|
|
|
|
time brew update
|
|
time brew install openssl readline ace coreutils bash bash-completion mysql ccache
|
|
|