Browse Source

`install.sh`: Improve install.sh prompt output, add a newline

Peter Dave Hello 7 years ago committed by Jordan Harband
parent
commit
37e0977e60
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 1
      install.sh

1
install.sh

@ -344,6 +344,7 @@ nvm_do_install() { @@ -344,6 +344,7 @@ nvm_do_install() {
echo " OR"
echo "=> Append the following lines to the correct file yourself:"
command printf "${SOURCE_STR}"
echo
else
if nvm_profile_is_bash_or_zsh "${NVM_PROFILE-}"; then
BASH_OR_ZSH=true

Loading…
Cancel
Save