summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-28 09:04:39 +0100
committerAlexandre Flament <alex@al-f.net>2020-12-28 09:04:39 +0100
commit54e69d0367d69eb3529670f131fa80eac356975b (patch)
treed0e9e9ffd0a52dd2462c6aed6d6f59f53945aa16 /manage.sh
parent5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a (diff)
downloadsearxng-54e69d0367d69eb3529670f131fa80eac356975b.tar.gz
searxng-54e69d0367d69eb3529670f131fa80eac356975b.zip
[upd] update dependencies
minor change in the oscar theme becase the last version of jinja2 respect more carefully the spaces in the templates
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 78571e45b..bda74545c 100755
--- a/manage.sh
+++ b/manage.sh
@@ -38,7 +38,7 @@ install_geckodriver() {
if [ -z "$NOTFOUND" ]; then
return
fi
- GECKODRIVER_VERSION="v0.24.0"
+ GECKODRIVER_VERSION="v0.28.0"
PLATFORM="`python3 -c "import platform; print(platform.system().lower(), platform.architecture()[0])"`"
case "$PLATFORM" in
"linux 32bit" | "linux2 32bit") ARCH="linux32";;