Error: "Verifying archive integrity...Error in MD5 checksums: ..."

    When install SSForge with installer on Linux, it may display following error:
    "Verifying archive integrity...Error in MD5 checksums: a6b321278178eeaadf756ab6aa3c57d6 is different from d533b3941863ccdd251f3d6b1b2e40db"

    That happens because the installer file isn't integrated, for example, it hasn't been fully download, it has been changed when transferring etc, it's easy to solve according to following steps:

    1. Download SSForge Linux/Unix Installer:
        Click to download SSForge Linux/Unix installer from our website http://www.ssforge.com , or input command to download with wget. Following example shows how to download SSForge professional Linux/Unix installer file with wget:
        # cd /home
        # wget http://www.ssforge.com/ssforge_pro.run
       
        Make sure to download from our website http://www.ssforge.com , because other websites may change the installer file when transferring etc.

    2. Transfer the installer file as binary:
        If your host which will be installed SSForge can't use wget to download installer file directly, you may need to download it to your computer, then use FTP program to transfer to that host. Make sure to transfer it as binary. If transfer as ASCII, it will show error message mentioned above.
        For example, if you use CuteFTP, just select "File" => "Transfer Type" => "Binary" before you transfer the installer file. Or click "Tools" => "Global Options" => "Transfer" => "ASCII Types", then remove "RUN" from list if there is.