From 39dad845cfa4175cd95f28db734aaa839c82b393 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 27 Sep 2015 06:32:00 -0700 Subject: [PATCH] Do not exit install.sh on errors (revert part of 0787a559). Fixes #853. --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 35a13e6..3dc4b84 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,5 @@ #!/bin/bash -set -e - { # this ensures the entire script is downloaded # nvm_has() {