Skip to content

Instantly share code, notes, and snippets.

@Herst
Last active September 6, 2020 19:29
Show Gist options
  • Save Herst/ea3c2dbb293136905194cfa2fa60cec8 to your computer and use it in GitHub Desktop.
Save Herst/ea3c2dbb293136905194cfa2fa60cec8 to your computer and use it in GitHub Desktop.
#!/bin/sh
wget -qO - "$(
curl --silent "https://api.github.com/repos/mozilla/geckodriver/releases/latest" |
sed -n 's/ *"browser_download_url": *"\([^"]\+-linux64\.tar\.gz\)"/\1/p'
)" | tar xz
@Herst
Copy link
Author

Herst commented Sep 6, 2020

Do not use this any more it does not work reliably since the JSON can be minified sometimes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment