summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 3 insertions, 3 deletions
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