From d68b2a3ab2c7df000aac22c19420bac5a4a12d9f Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Sun, 30 Jun 2019 23:43:50 -0700 Subject: [PATCH] update --- cookbooks/brew/recipes/install.bash | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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}" }