mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	changed shasums file url because in v0.8.6 .txt.asc file is not available.
This commit is contained in:
		
							
								
								
									
										2
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -230,7 +230,7 @@ nvm() | ||||
|           if [ $binavail -eq 1 ]; then | ||||
|             t="$VERSION-$os-$arch" | ||||
|             url="http://nodejs.org/dist/$VERSION/node-${t}.tar.gz" | ||||
|             sum=`curl -s http://nodejs.org/dist/$VERSION/SHASUMS.txt.asc | grep node-${t}.tar.gz | awk '{print $1}'` | ||||
|             sum=`curl -s http://nodejs.org/dist/$VERSION/SHASUMS.txt | grep node-${t}.tar.gz | awk '{print $1}'` | ||||
|             if ( | ||||
|               mkdir -p "$NVM_DIR/bin/node-${t}" && \ | ||||
|               cd "$NVM_DIR/bin" && \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user