-
Notifications
You must be signed in to change notification settings - Fork 9
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
Check checksum #9
Comments
I don't know how to get the checksum, too :/ But somebody else? |
I invested some time to find out how to get the checksum of the phpMyAdmin archive files and I tried to find a way to solve this with any built-in functionalities of bash. So finally I found a working solution! The code looks like:
We already know the filename in the script before it does download the archive, so it should not be a big deal to implement that. Here are some example executions:
It works fine so far. If does not find any checksum, it just returns nothing.
|
nice one! i will check it in the next dev ... 👍 |
I don't know if this is worth the work, but maybe it is. What you're thinking about the idea, to integrate a checksum check if the phpMyAdmin archive file was downloaded correctly?
Sadly I don't know how to easily check the hash of the archive with bash, because I only found the hash on the following page http://www.phpmyadmin.net/home_page/downloads.php and it's quite difficult to parse the hash from there.
The text was updated successfully, but these errors were encountered: