Linux - SHA256 verification of the *.tar.gz file (github or elsewhere)

For those who want to check the file integrity of the Firo wallet *.tar.gz before installing it (Linux).
The SHA256SUM check file on GitHub is in DOS/Windows format. Under Linux the control command “sha256sum” will return you an error and your verification will not succeed.
This file must therefore be modified in UNIX format.
This can be done with the command “sed -i.bak ‘s/\r$//’ SHA256SUMS”.
Good FIRO :smiley:

1 Like

Thank you for the report, will do next release.

1 Like

Great, thank you anvar :smiley: