diff options
| author | Alexandre Flament <alex@al-f.net> | 2019-07-06 18:48:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-06 18:48:03 +0200 |
| commit | 3b8b862d8c31e8e55f2fc6e0de74a0fcbb899c76 (patch) | |
| tree | 36f4aebfa1b9efacb2bcda3efa93d1baca2f75f8 /manage.sh | |
| parent | 6626f013656d39bc90d179e6706825552a8e588d (diff) | |
| parent | 3faaf34e25db09988b113f74feb6227d3df3db95 (diff) | |
Merge branch 'master' into bang_fixes
Diffstat (limited to 'manage.sh')
| -rwxr-xr-x | manage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ install_geckodriver() { if [ -z "$NOTFOUND" ]; then return fi - GECKODRIVER_VERSION="v0.19.1" + GECKODRIVER_VERSION="v0.24.0" PLATFORM="`python -c "import six; import platform; six.print_(platform.system().lower(), platform.architecture()[0])"`" case "$PLATFORM" in "linux 32bit" | "linux2 32bit") ARCH="linux32";; |