`install.sh`: Print an error and exit the script if $METHOD is set to something unexpected.
parent
0c2efed407
commit
caf6208dbd
|
@ -329,6 +329,9 @@ nvm_do_install() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
install_nvm_as_script
|
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
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue