From 72e8bdf62e00e41e1e513c6eb5b5476bae7f0fde Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 1 May 2024 19:40:11 +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 34a4d09..32c486d 100644 --- a/src/install.sh +++ b/src/install.sh @@ -277,7 +277,7 @@ verifyFile() { local version="$2" local hash check - info "Calculating SHA256 checksum of the downloaded ISO file..." + info "Calculating SHA256 checksum of the ISO file..." hash=$(sha256sum "$iso" | cut -f1 -d' ') [ -n "$version" ] && check=$(getHash "$version")