mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:47:46 +00:00
Userland: Add {md5,sha1,sha256,sha512}sum
This commit is contained in:
parent
a6734766ec
commit
e9562e1920
3 changed files with 106 additions and 0 deletions
|
@ -151,6 +151,13 @@ ln -s Shell mnt/bin/sh
|
|||
ln -s test mnt/bin/[
|
||||
echo "done"
|
||||
|
||||
printf "installing 'checksum' variants... "
|
||||
ln -s checksum mnt/bin/md5sum
|
||||
ln -s checksum mnt/bin/sha1sum
|
||||
ln -s checksum mnt/bin/sha256sum
|
||||
ln -s checksum mnt/bin/sha512sum
|
||||
echo "done"
|
||||
|
||||
# Run local sync script, if it exists
|
||||
if [ -f sync-local.sh ]; then
|
||||
sh sync-local.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue