Couldn't find whether it has been discussed so far. Suggestion is to add to the release page
https://github.com/i-MSCP/imscp/releases
a checksum file. People should get used to control installation files.
Shell-Script: makechecksum.sh
- #!/bin/bash
- filename="1.3.0.tar.gz"
- shasum -a 512 $filename > ${filename}.sha
- # content should be:
- # 617d2947606db4b5f07e9c85fc75724fd574de54dc876cadd93a6bc6e2b2f40204e51744d8c047ce877af43758f4a1e0504534c6ea3712bec2eb6bd9b202811 1.3.0.tar.gz
- shasum -c ${filename}.sha
- # output should be:
- # 1.3.0.tar.gz: OK