Browse Source

Abort installer on errors

Andrew Vit 11 years ago
parent
commit
da1fa3b06a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/install.sh

+ 2 - 0
tools/install.sh

@@ -1,3 +1,5 @@
+set -e
+
 if [ ! -n $ZSH ]
 then
   ZSH=~/.oh-my-zsh