From 52581d5303a5c11fa93ee883c59de6d9a77a77fa Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 1 May 2024 20:04:21 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 1 + 1 file changed, 1 insertion(+) 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' ')