summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2019-07-06 18:48:03 +0200
committerGitHub <noreply@github.com>2019-07-06 18:48:03 +0200
commit3b8b862d8c31e8e55f2fc6e0de74a0fcbb899c76 (patch)
tree36f4aebfa1b9efacb2bcda3efa93d1baca2f75f8 /manage.sh
parent6626f013656d39bc90d179e6706825552a8e588d (diff)
parent3faaf34e25db09988b113f74feb6227d3df3db95 (diff)
Merge branch 'master' into bang_fixes
Diffstat (limited to 'manage.sh')
-rwxr-xr-xmanage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.sh b/manage.sh
index a352ccc6e..c564827ac 100755
--- a/manage.sh
+++ b/manage.sh
@@ -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";;