Merge pull request #797 from BKreisel/master

Mac OSX bootstrap: Add dialog dependency and homebrew installation
This commit is contained in:
Peter Eckersley 2015-09-21 16:56:16 -07:00
commit 92bd74a77b

View file

@ -1,2 +1,8 @@
#!/bin/sh
if ! hash brew 2>/dev/null; then
echo "Homebrew Not Installed\nDownloading..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
brew install augeas
brew install dialog