mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Oxford comma
This commit is contained in:
		| @@ -68,7 +68,7 @@ if [ -z "$METHOD" ]; then | ||||
|   elif has "curl"; then | ||||
|     install_as_script | ||||
|   else | ||||
|     echo >&2 "You need git, curl or wget to install nvm" | ||||
|     echo >&2 "You need git, curl, or wget to install nvm" | ||||
|     exit 1 | ||||
|   fi | ||||
| else | ||||
| @@ -105,7 +105,7 @@ SOURCE_STR="\nexport NVM_DIR=\"$NVM_DIR\"\n[ -s \"\$NVM_DIR/nvm.sh\" ] && . \"\$ | ||||
|  | ||||
| if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then | ||||
|   if [ -z $PROFILE ]; then | ||||
|     echo "=> Profile not found. Tried ~/.bash_profile ~/.zshrc and ~/.profile." | ||||
|     echo "=> Profile not found. Tried ~/.bash_profile, ~/.zshrc, and ~/.profile." | ||||
|     echo "=> Create one of them and run this script again" | ||||
|   else | ||||
|     echo "=> Profile $PROFILE not found" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user