Browse Source

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

Jordan Harband 10 years ago
parent
commit
39dad845cf
  1. 2
      install.sh

2
install.sh

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

Loading…
Cancel
Save