Update 100.install-homebrew-apps.sh

This commit is contained in:
Jeffrey Paul 2019-11-18 04:35:21 -08:00 committed by GitHub
parent c3315b88b9
commit 4e603fb312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,5 +76,5 @@ HOMEBREW_PKGS="
"
for PKG in $HOMEBREW_PKGS ; do
brew install $PKG
brew install --build-from-source $PKG
done