Skip to content

Commit

Permalink
Use b2sum as hash algo for disk verification
Browse files Browse the repository at this point in the history
  • Loading branch information
fazlearefin committed Feb 23, 2024
1 parent d8ed3c8 commit a9d1ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-disk-media-with-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [[ $# -ne 2 ]]; then
exit 1
fi

# the hash application to use, can be other like sha1sum, sha256sum, sha512sum, cksum
HASHAPP='sha256sum'
# the hash application to use, can be other like b2sum, sha1sum, sha256sum, sha512sum, cksum
HASHAPP='b2sum'

# the ISO file
ISOFILE=$1
Expand Down

0 comments on commit a9d1ac3

Please sign in to comment.