From 692556761975afa9276a3bc931c7f5e905502a4e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 May 2024 12:39:49 +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 1de707f..569e3d8 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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"