This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Elevant Monitoring Agent — Quick Install | |
| # | |
| # Run on a fresh Ubuntu 22.04/24.04 VM: | |
| # curl -fsSL https://raw.githubusercontent.com/bizgroup-dev/elevant-agent/main/scripts/install.sh | bash | |
| # | |
| # Or locally: | |
| # bash scripts/install.sh | |
| # |