install.sh: Print an error and exit the script if $METHOD is set to something unexpected.

This commit is contained in:
Paul Nickerson
2018-10-02 13:46:26 -04:00
committed by Jordan Harband
parent 0c2efed407
commit caf6208dbd

View File

@@ -329,6 +329,9 @@ nvm_do_install() {
exit 1
fi
install_nvm_as_script
else
echo >&2 "The environment variable \$METHOD is set to \"${METHOD}\", which is not recognized as a valid installation method."
exit 1
fi
echo