From 85e4a839ffa7c1b4a4194a325dff9a05be8c949b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 13 Apr 2014 23:51:26 -0700 Subject: [PATCH] add daemonize to brew.sh --- dotfiles/lib/brew.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/lib/brew.sh b/dotfiles/lib/brew.sh index 8aabf942..68748b3d 100755 --- a/dotfiles/lib/brew.sh +++ b/dotfiles/lib/brew.sh @@ -29,6 +29,8 @@ brew install nmap brew install readline brew install netcat brew install reattach-to-user-namespace +brew install daemonize +ln -s /usr/local/Cellar/daemonize/1.7.4/sbin/daemonize /usr/local/bin/daemonize brew install ngrep # Remove outdated versions from the cellar