diff --git a/custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh b/custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh index 50c01ef..0e49898 100755 --- a/custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh +++ b/custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh @@ -76,5 +76,5 @@ HOMEBREW_PKGS=" " for PKG in $HOMEBREW_PKGS ; do - brew install $PKG + brew install --build-from-source $PKG done