Created
September 11, 2014 20:46
-
-
Save fluxrad/fe93f1252f1d3936158b to your computer and use it in GitHub Desktop.
Install Stackdriver Agent
This file contains 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 | |
curl -o /etc/apt/sources.list.d/stackdriver.list http://repo.stackdriver.com/precise.list | |
curl --silent https://app.stackdriver.com/RPM-GPG-KEY-stackdriver |apt-key add - | |
apt-get update | |
apt-get install stackdriver-agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment