ctrl-exec 0.8.1

[ctrl-exec-0.8.1.tar.gz](https://github.com/OpenDigitalCC/ctrl-exec/blob/main/ctrl-exec-0.8.1.tar.gz)
Source tarball. Contains ctrl-exec-dispatcher (ced), ctrl-exec-agent (cea), ctrl-exec-api, installer, and documentation.
[ctrl-exec-0.8.1.tar.gz.sha256](https://github.com/OpenDigitalCC/ctrl-exec/blob/main/ctrl-exec-0.8.1.tar.gz.sha256)
SHA-256 checksum file for the tarball above.

Verify the download

After downloading, verify the checksum:

curl -sO https://raw.githubusercontent.com/OpenDigitalCC/ctrl-exec/main/ctrl-exec-0.8.1.tar.gz
curl -sO https://raw.githubusercontent.com/OpenDigitalCC/ctrl-exec/main/ctrl-exec-0.8.1.tar.gz.sha256
sha256sum -c ctrl-exec-0.8.1.tar.gz.sha256

Install

Extract the tarball and run the installer:

tar xzf ctrl-exec-0.8.1.tar.gz
cd ctrl-exec-0.8.1
sudo ./install.sh --ctrl-exec   # on the control host
sudo ./install.sh --agent       # on each agent host

See the Installation guide for prerequisites and first-time setup, or the full INSTALL reference for all installer options.

Previous releases

Older releases are available in the repository history.