diff --git a/src/install.sh b/src/install.sh index 93ae008..8ff1e5f 100644 --- a/src/install.sh +++ b/src/install.sh @@ -278,6 +278,7 @@ verifyFile() { local hash="" local check="" + html "Verifying downloaded ISO..." info "Calculating SHA256 checksum of the ISO file..." hash=$(sha256sum "$iso" | cut -f1 -d' ')