Add wget to install-dependencies-macos.sh

wget is not installed by default, so when doing the build on a fresh machine, brew install it first
This commit is contained in:
Casey Muller 2018-09-27 14:07:14 -07:00 committed by GitHub
parent 4e6d4ac437
commit 6b86de1fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,6 @@ brew install libav
brew install qt5
# Packages app
brew install wget
wget --quiet --retry-connrefused --waitretry=1 https://s3-us-west-2.amazonaws.com/obs-nightly/Packages.pkg
sudo installer -pkg ./Packages.pkg -target /