mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	install.sh: Improve install.sh prompt output, add a newline
				
					
				
			This commit is contained in:
		
				
					committed by
					
						 Jordan Harband
						Jordan Harband
					
				
			
			
				
	
			
			
			
						parent
						
							918a39a0d0
						
					
				
				
					commit
					37e0977e60
				
			| @@ -344,6 +344,7 @@ nvm_do_install() { | |||||||
|     echo "   OR" |     echo "   OR" | ||||||
|     echo "=> Append the following lines to the correct file yourself:" |     echo "=> Append the following lines to the correct file yourself:" | ||||||
|     command printf "${SOURCE_STR}" |     command printf "${SOURCE_STR}" | ||||||
|  |     echo | ||||||
|   else |   else | ||||||
|     if nvm_profile_is_bash_or_zsh "${NVM_PROFILE-}"; then |     if nvm_profile_is_bash_or_zsh "${NVM_PROFILE-}"; then | ||||||
|       BASH_OR_ZSH=true |       BASH_OR_ZSH=true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user