The agent installer file is available in Cloudaware:
1. Log in to Cloudaware account → Admin.
...
2. Find Breeze in the list of DevOps integrations. Click 1Configured.
...
3. Select the file marked with latest based on OS:
...
Linux and macOS
Download the agent installer to the temporary directory.
Unpack the archive:
Code Block tar xvzf breeze-*.tgz
Enter the unpacked directory:
Code Block cd breeze
Run the installation script:
Code Block sudo ./install.sh
...