<img width="840" height="414" alt="Image" src="https://github.com/user-attachments/assets/15fef648-52d6-4158-b3d6-068b579b49c7" /> **got junk instead of sha256\n** `[[ -n ${SHA256} && ${SHA256} =~ ^[A-Fa-f0-9]{64}$ ]] && printf "got junk instead of sha256\n" && exit 1` **return to the previous one** `[[ ! ${SHA256} =~ ^[a-z0-9]+$ ]] && printf "got junk instead of sha256\n" && exit 1`
got junk instead of sha256\n
[[ -n ${SHA256} && ${SHA256} =~ ^[A-Fa-f0-9]{64}$ ]] && printf "got junk instead of sha256\n" && exit 1return to the previous one
[[ ! ${SHA256} =~ ^[a-z0-9]+$ ]] && printf "got junk instead of sha256\n" && exit 1