diff --git a/cookbooks/brew/recipes/install.bash b/cookbooks/brew/recipes/install.bash index c70c34b..d200142 100755 --- a/cookbooks/brew/recipes/install.bash +++ b/cookbooks/brew/recipes/install.bash @@ -21,12 +21,10 @@ function main() source "$(dirname "${BASH_SOURCE[0]}")/../../../libraries/util.bash" - checkRequireMacSystem - checkRequireNonRootUser - header 'INSTALLING BREW' - # Install + checkRequireMacSystem + checkRequireNonRootUser install "${confirm}" }