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

Paul Nickerson 2018-10-02 13:46:26 -04:00 committed by Jordan Harband
parent 0c2efed407
commit caf6208dbd
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 3 additions and 0 deletions

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