Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong checksum for strap.sh #160

Closed
aeselev-acti opened this issue Jun 2, 2022 · 2 comments
Closed

Wrong checksum for strap.sh #160

aeselev-acti opened this issue Jun 2, 2022 · 2 comments
Labels

Comments

@aeselev-acti
Copy link

Bug description

Wrong checksum for strap.sh

Steps to reproduce

curl https://blackarch.org/checksums/strap
curl https://blackarch.org/strap.sh | sha1sum

Actual result:
6424ecf8d2e376c42b0db7fd38c87a8d2f32a7b5 strap.sh
5ea40d49ecd14c2e024deecf90605426db97ea0c strap.sh

Expected result:
5ea40d49ecd14c2e024deecf90605426db97ea0c strap.sh
5ea40d49ecd14c2e024deecf90605426db97ea0c strap.sh

@aeselev-acti
Copy link
Author

So, BlackArch installation fails with error on strap.sh checksum

@noraj
Copy link
Contributor

noraj commented Jun 3, 2022

$ sha1sum strap 
bc098b31ec823d8698272c38a995296c6bd9b5c5  strap
$ sha1sum strap.sh 
5ea40d49ecd14c2e024deecf90605426db97ea0c  strap.sh

it seems the correct hash was set in ea9804b to reflect this change #159
but I don't know why it was changed one day after 84abf5a, is that a mistake @noptrix?

@noraj noraj transferred this issue from BlackArch/blackarch Jun 3, 2022
@noptrix noptrix closed this as completed in 0d3dec6 Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants