mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-30 20:45:50 +00:00 
			
		
		
		
	Update install.sh
This commit is contained in:
		
							parent
							
								
									114b3f1c10
								
							
						
					
					
						commit
						ec912ace68
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -281,7 +281,7 @@ verifyFile() { | |||
|   local check="$4" | ||||
| 
 | ||||
|   if [ -n "$size" ] && [[ "$total" != "$size" ]] && [[ "$size" != "0" ]]; then | ||||
|     warn "The downloaded file has an unexpected size: $total bytes! Please report this at $SUPPORT/issues" | ||||
|     warn "The downloaded file has an invalid size: $total bytes, while expected value was: $size bytes. Please report this at $SUPPORT/issues" | ||||
|   fi | ||||
| 
 | ||||
|   local hash="" | ||||
|  | @ -304,7 +304,7 @@ verifyFile() { | |||
|     info "Succesfully verified ISO!" && return 0 | ||||
|   fi | ||||
| 
 | ||||
|   error "Invalid $algo checksum: $hash , but expected value is: $check ! Please report this at $SUPPORT/issues" | ||||
|   error "The downloaded file has an invalid $algo checksum: $hash , while expected value was: $check. Please report this at $SUPPORT/issues" | ||||
| 
 | ||||
|   rm -f "$iso" | ||||
|   return 1 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese