5 lines
53 B
Bash
5 lines
53 B
Bash
|
#!/bin/sh -xe
|
||
|
|
||
|
brew update
|
||
|
brew upgrade cmake libpng
|