File: geckodriver.sh

package info (click to toggle)
pyquery 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: python: 2,768; makefile: 128; xml: 9; sh: 4
file content (5 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
#!/bin/bash

driver="https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz"

[ -f geckodriver ] || wget -cqO- $driver | tar xvzf -