You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Key variables used throughout the script to make maintenance easier.
MedicatVersion="v21.12"
Medicat256Hash='a306331453897d2b20644ca9334bb0015b126b8647cecec8d9b2d300a0027ea4'
Medicat7zFile="MediCat.USB.$MedicatVersion.7z"
Medicat7zFull=''MediCat\ USB\ $MedicatVersion/MediCat.USB.$MedicatVersion.7z''
If the user chooses a file from Google Drive, for example, by choosing a file size of 4 GB, the extension expected by Shell Script is different from the downloaded file. The custom installation will not take place. So:
Checking SHA256 hash of MediCat.USB.v21.12.zip...
MediCat.USB.v21.12.zip SHA256 hash does not match.
File may be corrupted or compromised.
Hash is b7fa45110ad91987a63d52c03b4d9aa25afd72f4d662e457ca5b65e7c3b5674a
Exiting...
What to do?
You need to save all the hashes and file extensions. Otherwise the error will persist. This is because it expects a “.zip” extension and a different hash to the one found in Google Drive files.
The text was updated successfully, but these errors were encountered:
If the user chooses a file from Google Drive, for example, by choosing a file size of 4 GB, the extension expected by Shell Script is different from the downloaded file. The custom installation will not take place. So:
What to do?
The text was updated successfully, but these errors were encountered: