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