1
0
Fork 0

aint nobody needs sha256sum

This commit is contained in:
Pratham Patel 2024-03-02 03:40:05 +05:30
parent fdda24077b
commit 66a1a9acf5
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ nom build .
for resultISO in $(basename result/iso/nixos-*-"$(uname -m)"-linux.iso); do
cp result/iso/"${resultISO}" .
sha512sum "${resultISO}" | awk '{print $1}' | tee "${resultISO}.sha512"
sha256sum "${resultISO}" | awk '{print $1}' | tee "${resultISO}.sha256"
chown "${USER}:${USER}" "${resultISO}"
chmod 644 "${resultISO}"
done