mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update install.sh
This commit is contained in:
parent
e8b3066bc6
commit
72e8bdf62e
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ verifyFile() {
|
||||||
local version="$2"
|
local version="$2"
|
||||||
local hash check
|
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' ')
|
hash=$(sha256sum "$iso" | cut -f1 -d' ')
|
||||||
[ -n "$version" ] && check=$(getHash "$version")
|
[ -n "$version" ] && check=$(getHash "$version")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue