mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	v0.13.1
This commit is contained in:
		| @@ -44,12 +44,12 @@ install_nvm_from_git() { | ||||
|     mkdir -p "$NVM_DIR" | ||||
|     git clone "$NVM_SOURCE" "$NVM_DIR" | ||||
|   fi | ||||
|   cd $NVM_DIR && git checkout v0.13.0 && git branch -D master || true | ||||
|   cd $NVM_DIR && git checkout v0.13.1 && git branch -D master || true | ||||
| } | ||||
|  | ||||
| install_nvm_as_script() { | ||||
|   if [ -z "$NVM_SOURCE" ]; then | ||||
|     NVM_SOURCE="https://raw.githubusercontent.com/creationix/nvm/v0.13.0/nvm.sh" | ||||
|     NVM_SOURCE="https://raw.githubusercontent.com/creationix/nvm/v0.13.1/nvm.sh" | ||||
|   fi | ||||
|  | ||||
|   # Downloading to $NVM_DIR | ||||
|   | ||||
		Reference in New Issue
	
	Block a user