mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	| @@ -36,7 +36,7 @@ install_nvm_from_git() { | |||||||
|     echo "=> nvm is already installed in $NVM_DIR, trying to update" |     echo "=> nvm is already installed in $NVM_DIR, trying to update" | ||||||
|     printf "\r=> " |     printf "\r=> " | ||||||
|     cd "$NVM_DIR" && (git pull 2> /dev/null || { |     cd "$NVM_DIR" && (git pull 2> /dev/null || { | ||||||
|       echo >&2 "Failed to update nvm, run 'git pull' in $NVM_DIR yourself.." |       echo >&2 "Failed to update nvm, run 'git pull' in $NVM_DIR yourself.." && exit 1 | ||||||
|     }) |     }) | ||||||
|   else |   else | ||||||
|     # Cloning to $NVM_DIR |     # Cloning to $NVM_DIR | ||||||
| @@ -45,11 +45,12 @@ install_nvm_from_git() { | |||||||
|     mkdir -p "$NVM_DIR" |     mkdir -p "$NVM_DIR" | ||||||
|     git clone "$NVM_SOURCE" "$NVM_DIR" |     git clone "$NVM_SOURCE" "$NVM_DIR" | ||||||
|   fi |   fi | ||||||
|  |   git checkout v0.10.0 | ||||||
| } | } | ||||||
|  |  | ||||||
| install_nvm_as_script() { | install_nvm_as_script() { | ||||||
|   if [ -z "$NVM_SOURCE" ]; then |   if [ -z "$NVM_SOURCE" ]; then | ||||||
|     NVM_SOURCE="https://raw.githubusercontent.com/creationix/nvm/master/nvm.sh" |     NVM_SOURCE="https://raw.githubusercontent.com/creationix/nvm/v0.10.0/nvm.sh" | ||||||
|   fi |   fi | ||||||
|  |  | ||||||
|   # Downloading to $NVM_DIR |   # Downloading to $NVM_DIR | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user