Install New Relic Infrastructure
#/bin/bash
echo "license_key: YOUR_LICENSE_KEY" | sudo tee -a /etc/newrelic-infra.yml && \
curl https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg | sudo apt-key add - \
&& sudo apt-get update && sudo apt-get install newrelic-infra -y