Update install.sh

This commit is contained in:
Kroese 2024-05-01 20:04:21 +02:00 committed by GitHub
parent 1dcf445b23
commit 52581d5303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' ')