Do not exit install.sh on errors (revert part of 0787a559). Fixes #853.

This commit is contained in:
Jordan Harband 2015-09-27 06:32:00 -07:00
parent 838d72688f
commit 39dad845cf

View File

@ -1,7 +1,5 @@
#!/bin/bash
set -e
{ # this ensures the entire script is downloaded #
nvm_has() {