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")