Fix install-all command

The install-all command does not reflect that the `bin/install_homebrew` file was split into `bin/install_homebrew_formulas` and `bin/install_homebrew_casks`, and therefore fails to install.
This commit is contained in:
Sam Wolfson
2017-04-28 18:01:20 -07:00
committed by Brooke Kuhlmann
parent e1bc7e939a
commit 3b6137ec36

View File

@@ -32,7 +32,8 @@ process_option() {
caffeinate_machine
bin/apply_basic_settings
bin/install_dev_tools
bin/install_homebrew
bin/install_homebrew_formulas
bin/install_homebrew_casks
bin/install_app_store
bin/install_applications
bin/install_extensions