mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
11 lines
300 B
Bash
Executable File
11 lines
300 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
##########################################
|
|
## workaround to fix macos-10.15 configure os from failing
|
|
time brew reinstall openssl@1.1
|
|
##########################################
|
|
|
|
time brew update
|
|
time brew install openssl readline ace coreutils bash bash-completion mysql ccache
|
|
|