From 758b40ccc4193535bd07801d554bf5416969804d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 13 May 2018 00:37:16 -0400 Subject: Tabify shell scripts --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index fb7a0d93..1eb0dc8a 100755 --- a/install.sh +++ b/install.sh @@ -8,9 +8,9 @@ pacman="$any base-devel ctags gdb openssh zsh" homebrew='https://raw.githubusercontent.com/Homebrew/install/master/install' if [ "$(uname)" = 'Darwin' ]; then - xcode-select --install || true - [ -f /usr/local/bin/brew ] || ruby -e "$(curl -fsSL "$homebrew")" - exec brew install $brew + xcode-select --install || true + [ -f /usr/local/bin/brew ] || ruby -e "$(curl -fsSL "$homebrew")" + exec brew install $brew fi [ -f /usr/local/sbin/pkg ] && exec pkg install $pkg -- cgit 1.4.1