mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-11-01 02:35:51 +08:00 
			
		
		
		
	support Raspberry Pi binaries
This commit is contained in:
		
							
								
								
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -114,6 +114,9 @@ nvm_ls_remote() { | |||||||
| nvm_checksum() { | nvm_checksum() { | ||||||
|     if [ "$1" = "$2" ]; then |     if [ "$1" = "$2" ]; then | ||||||
|         return |         return | ||||||
|  |     elif [ -z $2 ]; then | ||||||
|  |         echo 'Checksums empty' #missing in raspberry pi binary | ||||||
|  |         return | ||||||
|     else |     else | ||||||
|         echo 'Checksums do not match.' |         echo 'Checksums do not match.' | ||||||
|         return 1 |         return 1 | ||||||
| @@ -153,6 +156,7 @@ nvm() { | |||||||
|   case "$uname" in |   case "$uname" in | ||||||
|     *x86_64*) arch=x64 ;; |     *x86_64*) arch=x64 ;; | ||||||
|     *i*86*) arch=x86 ;; |     *i*86*) arch=x86 ;; | ||||||
|  |     *armv6l*) arch=arm-pi ;; | ||||||
|   esac |   esac | ||||||
|  |  | ||||||
|   # initialize local variables |   # initialize local variables | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user