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
74ccbdcea8
commit
4b8fb34019
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ downloadFile() {
|
|||
if [ "$(stat -c%s "$iso")" -gt 100000000 ]; then
|
||||
if [[ "$VERIFY" == [Yy1]* ]]; then
|
||||
info "Calculating SHA256 sum of downloaded ISO..."
|
||||
hash=$(sha256sum "$iso")
|
||||
hash=$(sha256sum "$iso" | cut -f1 -d' ')
|
||||
info "Result: $hash"
|
||||
fi
|
||||
html "Download finished successfully..." && return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue