Ensure the SHA1SUMS file does not have the "images" prefix

debian-cd
root 13 years ago
parent 8f1a260bcb
commit bbfe260968

@ -21,5 +21,6 @@ for KALI_ARCH in $KALI_ARCHES; do
mv binary.log images/kali-$KALI_VERSION-$KALI_ARCH.log
done
sha1sum images/*.iso >>images/SHA1SUMS
cd images
sha1sum *.iso >SHA1SUMS

Loading…
Cancel
Save