WOL DualBoot
Menu

Security

Download verification

How to check the integrity of an official download if you want an additional validation step.

Why verify

Always download the agent from the Codebes downloads page, which links to the official GitHub Releases for codebes-com/WOL_DualBoot_Agent. Those releases are published by Codebes.

SHA-256 verification is optional. It is useful when you want to confirm that the downloaded file matches the value published next to the release.

Windows

Get-FileHash .\woldualboot-agent-<version>-windows-amd64.msi -Algorithm SHA256

Linux

sha256sum woldualboot-agent_<version>_amd64.deb

If the value matches, install the package:

sudo apt install ./woldualboot-agent_<version>_amd64.deb

Issues

If the value does not match, do not run the installer. Download it again from the Codebes downloads page or the official GitHub release, and contact support if the problem persists.