Skip to content

Instantly share code, notes, and snippets.

@coryasilva
Created February 6, 2024 20:02
Show Gist options
  • Save coryasilva/8f296f226b832356afce1b38c48f799a to your computer and use it in GitHub Desktop.
Save coryasilva/8f296f226b832356afce1b38c48f799a to your computer and use it in GitHub Desktop.
Latest version of chrome
curl --silent https://omahaproxy.appspot.com/all.json | jq -r '.[] | select(.os == "linux").versions[] | select(.channel == "stable").current_version'
# Pipe to cut to get major version
# | cut -d '.' -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment