From 60f9b4b0591ff7032a650e15ddba9d1915261640 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Wed, 16 May 2018 22:46:31 -0500 Subject: [PATCH] Maybe it's this stop on error thing --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4727cca..98129d9 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ repourl="git://github.com/alopexc0de/dotfiles.git" # Exit the script if any errors are encountered -set -e +#set -e basedir=$HOME/dotfiles bindir=$HOME/bin