Add dialog dependency and homebrew installation

This commit is contained in:
Brandon Kreisel 2015-09-20 19:07:55 -04:00
parent a150828a79
commit 4ffb74d7df

View file

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