Verify your download (SHA256)

Before executing any module content, verify file integrity.

Files

Linux / macOS

curl -O https://agentoperator.academy/downloads/module-pack.zip
curl -O https://agentoperator.academy/downloads/module-pack.zip.sha256
sha256sum -c module-pack.zip.sha256

Windows (PowerShell)

Invoke-WebRequest https://agentoperator.academy/downloads/module-pack.zip -OutFile module-pack.zip
Invoke-WebRequest https://agentoperator.academy/downloads/module-pack.zip.sha256 -OutFile module-pack.zip.sha256
Get-FileHash .\module-pack.zip -Algorithm SHA256

Compare the printed hash to the one in module-pack.zip.sha256.