Update install.sh

This commit is contained in:
Kroese 2024-05-03 01:54:23 +02:00 committed by GitHub
parent e33cb688c9
commit 49d15eba69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -304,7 +304,7 @@ verifyFile() {
info "Succesfully verified that the checksum was correct!" && return 0
fi
error "Invalid sha256 checksum: $hash , but expected value is: $check"
error "Invalid sha256 checksum: $hash , but expected value is: $check ! Please report this at $SUPPORT/issues"
rm -f "$iso"
return 1