Skip to content

Instantly share code, notes, and snippets.

@agup006
Created September 14, 2016 23:48
Show Gist options
  • Save agup006/83b272e3a8e8621ffe3101f55bc02e7c to your computer and use it in GitHub Desktop.
Save agup006/83b272e3a8e8621ffe3101f55bc02e7c to your computer and use it in GitHub Desktop.
#!/bin/bash
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.2.0-25/omsagent-1.2.0-25.universal.x64.sh -O /tmp/omsagent.x64.sh
sudo sh /tmp/omsagent.x64.sh --purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment