Skip to content

Instantly share code, notes, and snippets.

@tokida
Created March 10, 2015 05:56
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 tokida/faa3d90d267756c51e23 to your computer and use it in GitHub Desktop.
Save tokida/faa3d90d267756c51e23 to your computer and use it in GitHub Desktop.
Install Idera Agent for Deb
# Install Idera Agent for Deb
echo deb http://repo.r1soft.com/apt stable main >> /etc/apt/sources.list
wget http://repo.r1soft.com/r1soft.asc
apt-key add r1soft.asc
apt-get update
apt-get install r1soft-cdp-enterprise-agent -y
echo "r1soft-setup --get-key [Server_URL]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment