Skip to content

Instantly share code, notes, and snippets.

@fluxrad
Created September 11, 2014 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fluxrad/fe93f1252f1d3936158b to your computer and use it in GitHub Desktop.
Save fluxrad/fe93f1252f1d3936158b to your computer and use it in GitHub Desktop.
Install Stackdriver Agent
#!/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