diff --git a/install.bash b/install.bash index a826a03..d558ef0 100644 --- a/install.bash +++ b/install.bash @@ -6,7 +6,7 @@ required_packages=(universal-ctags fzf ripgrep neovim) # Handle Installation Per OS if [[ "$OSTYPE" == "darwin"* ]]; then - if ! which brew; then + if ! $(which brew) 2>/dev/null; then echo "Installing brew, why the fuck aren't you using it...?" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" fi