From e6c71bf6f83e3917b68e70d2d1fc5a297a9a9349 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 18 Oct 2016 12:20:10 -0400 Subject: [PATCH] added heroku and postgres --- .../etc/skel/Library/user-setup/100.install-homebrew-apps.sh | 2 ++ 1 file changed, 2 insertions(+) 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 9f597de..f837359 100644 --- 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 @@ -60,6 +60,8 @@ HOMEBREW_PKGS=" wget whatmask corelocationcli + heroku + postgres " for PKG in $HOMEBREW_PKGS ; do