Skip to content

Instantly share code, notes, and snippets.

@ovitente
Created March 10, 2023 22:14
Show Gist options
  • Save ovitente/5003114e468ffa5c3a5832f32e1011e6 to your computer and use it in GitHub Desktop.
Save ovitente/5003114e468ffa5c3a5832f32e1011e6 to your computer and use it in GitHub Desktop.
Download latest release asset for the github node_exporter
curl -sL -o node_exporter.tar.gz $(curl -s https://api.github.com/repos/prometheus/node_exporter/releases/latest | grep -E "browser_download_url.*linux-amd64.tar.gz" | cut -d : -f 2,3 | tr -d \")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment