Skip to content

Instantly share code, notes, and snippets.

@gbraad
Created January 31, 2025 05:16
Show Gist options
  • Save gbraad/87d316198f9009d3a908135fd364e89f to your computer and use it in GitHub Desktop.
Save gbraad/87d316198f9009d3a908135fd364e89f to your computer and use it in GitHub Desktop.
Get latest stable Tailscale version

Get latest stable Tailscale version

tarball="$(curl -s 'https://pkgs.tailscale.com/stable/?mode=json' | jq -r .Tarballs.amd64)"
version="$(echo ${tarball} | cut -d_ -f2)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment