mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-11-01 02:35:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			232 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			232 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| mkdir -p ../../alias
 | |
| rm -f ../../.nvmrc
 | |
| rm -rf ../../v0.10.7
 | |
| rm -rf ../../v0.9.7
 | |
| rm -rf ../../v0.9.12
 | |
| 
 | |
| . ../../nvm.sh
 | |
| nvm install 0.10.1 || echo >&2 'nvm install 0.10.1 failed'
 | |
| nvm unload || echo >&2 'nvm unload failed'
 | |
| 
 |