Update 100.install-homebrew-apps.sh

This commit is contained in:
2019-11-18 04:35:21 -08:00
committed by GitHub
parent c3315b88b9
commit 4e603fb312

View File

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