Update install.sh

This commit is contained in:
Kroese 2024-05-05 12:39:49 +02:00 committed by GitHub
parent f81d3b2e31
commit 6925567619
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,7 +324,7 @@ verifyFile() {
fi
if [[ "$hash" == "$check" ]]; then
info "Succesfully verified that the checksum was correct!" && return 0
info "Succesfully verified ISO!" && return 0
fi
error "Invalid $algo checksum: $hash , but expected value is: $check ! Please report this at $SUPPORT/issues"