Last active
March 5, 2020 17:01
-
-
Save linuxbiekaisar/de2882552ac1d9163743067a16f76d75 to your computer and use it in GitHub Desktop.
Netdata install on Ubuntu
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
| # Youtube: https://www.youtube.com/watch?v=H5mR2peIHhY | |
| #!/bash/sh | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| bash <(curl -Ss https://my-netdata.io/kickstart.sh) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment