forked from Icycoide/searxng
[upd] update dependencies
minor change in the oscar theme becase the last version of jinja2 respect more carefully the spaces in the templates
This commit is contained in:
parent
5fb9a5c7c1
commit
54e69d0367
4 changed files with 17 additions and 18 deletions
|
@ -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";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue