5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/bin/bash -ex
|
|
brew update
|
|
brew install gperf openssl coreutils
|
|
brew install openjdk
|
|
brew install freetype gd libtiff |