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"