From 49d15eba69bea1408e9bef0d4f56846975e353f5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 3 May 2024 01:54:23 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index caa0d26..a5072db 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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