Created
February 6, 2024 20:02
-
-
Save coryasilva/8f296f226b832356afce1b38c48f799a to your computer and use it in GitHub Desktop.
Latest version of chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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