mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +01:00
Implement sha256summing for all remaining kaem scripts
This commit is contained in:
parent
d6780c9947
commit
8724c94d20
14 changed files with 94 additions and 0 deletions
|
|
@ -31,3 +31,6 @@ chmod 755 /after/bin/bunzip2
|
|||
bzip2 --help
|
||||
|
||||
cd ../..
|
||||
|
||||
# Checksums
|
||||
sha256sum -c checksums
|
||||
|
|
|
|||
2
sysa/bzip2-1.0.8/checksums
Normal file
2
sysa/bzip2-1.0.8/checksums
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
74cb8b1278d648d3f63b71cc5b055a83e83e12a044c7e533c1b348ee8cf34314 /after/bin/bzip2
|
||||
74cb8b1278d648d3f63b71cc5b055a83e83e12a044c7e533c1b348ee8cf34314 /after/bin/bunzip2
|
||||
Loading…
Add table
Add a link
Reference in a new issue