I recently downloaded the install file savosx_80_he.dmg. Is this the correct checksum?
4b06788effaeecc4e1e4d05e3958fe92
This thread was automatically locked due to age.
To anyone else who wants help with checksums:
If you want to generate a checksum of any file and check it matches.... open a ternminal, change directory to your Downloads (cd ~/Downloads) folder and run either of these commands....
MD5:
openssl md5 your-file-name.extension
SHA:
openssl sha your-file-name.extension
To anyone else who wants help with checksums:
If you want to generate a checksum of any file and check it matches.... open a ternminal, change directory to your Downloads (cd ~/Downloads) folder and run either of these commands....
MD5:
openssl md5 your-file-name.extension
SHA:
openssl sha your-file-name.extension