Skip to content

Commit

Permalink
Plug homebrew into the install process
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Dec 1, 2015
1 parent fa1d5fe commit 9c89594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/install
Expand Up @@ -6,5 +6,8 @@ set -e

cd "$(dirname $0)"/..

# Run Homebrew through the Brewfile
brew bundle

# find the installers and run them iteratively
find . -name install.sh | while read installer ; do sh -c "${installer}" ; done

0 comments on commit 9c89594

Please sign in to comment.