Installers reference
The three shell scripts, what each one does, and every flag.
Deplo has no standalone CLI binary. These three shell scripts,
install.sh,
install-agent.sh and
uninstall.sh, are the closest thing
to one.
Verifying before you pipe to a shell
Every one of these is a curl | bash. If that makes you uneasy, and it
reasonably might, download and read first:
curl -fsSL https://deplo.build/install.sh -o install.sh
less install.sh
sudo bash install.shThe agent installer is worth reading for a different reason: it is where the checksum verification lives, and seeing it refuse an unverified binary is more convincing than being told it does.
See also
Did this page help you?