mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-11-04 15:07:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			101 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			101 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
. ../../../nvm.sh
 | 
						|
nvm install 0.10.7
 | 
						|
 | 
						|
if [ -f ".nvmrc" ]; then
 | 
						|
  mv .nvmrc .nvmrc.bak
 | 
						|
fi
 | 
						|
 |