Created
July 29, 2025 20:54
-
-
Save dsibilly/a7b89f63e09c9d59b85a5ed60714b324 to your computer and use it in GitHub Desktop.
get_observium_script.sh
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
| #!/usr/bin/env sh | |
| apt install wget -y | |
| wget http://www.observium.org/observium_installscript.sh | |
| chmod +x observium_installscript.sh | |
| ./observium_installscript.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment