mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +00:00
checksum: Add support for BLAKE2b
This commit is contained in:
parent
1b3ad1c721
commit
7cb80c67d8
4 changed files with 8 additions and 3 deletions
|
@ -200,6 +200,7 @@ ln -sf /bin/env mnt/usr/bin/env
|
|||
echo "done"
|
||||
|
||||
printf "installing 'checksum' variants... "
|
||||
ln -sf checksum mnt/bin/b2sum
|
||||
ln -sf checksum mnt/bin/md5sum
|
||||
ln -sf checksum mnt/bin/sha1sum
|
||||
ln -sf checksum mnt/bin/sha256sum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue