mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	fix: if case and capitalising variable
This commit is contained in:
		
							
								
								
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -938,8 +938,8 @@ nvm_install_node_binary() { | ||||
|     if nvm_binary_available "$VERSION"; then | ||||
|       local NVM_ARCH | ||||
|       NVM_ARCH="$(nvm_get_arch)" | ||||
|       if [ $nvm_arch = "armv6l" ]; then | ||||
|          nvm_arch="arm-pi" | ||||
|       if [ $NVM_ARCH == "armv6l" ]; then | ||||
|          NVM_ARCH="arm-pi" | ||||
|       fi | ||||
|       t="$VERSION-$NVM_OS-$nvm_arch" | ||||
|       url="$NVM_NODEJS_ORG_MIRROR/$VERSION/node-${t}.tar.gz" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user