mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
LTS distros like Ubuntu 18.04 do not ship a up-to-date version of git.::
$ sudo -H ./utils/lxc.sh cmd searx-ubu1804 git --version
...
git version 2.17.1
The option `--show-current` was added in git v2.22, the alternative to this
option is::
git rev-parse --abbrev-ref HEAD
Issue when using option `--show-current`::
[searx-ubu1804] Clone searx sources
[searx-ubu1804] -------------------
[searx-ubu1804]
[searx-ubu1804] error: unknown option `show-current'
[searx-ubu1804] usage: git branch [<options>] [-r | -a] [--merged | --no-merged]
....
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
||
|---|---|---|
| .. | ||
| site-python | ||
| templates | ||
| brand.env | ||
| build_env.py | ||
| fetch_ahmia_blacklist.py | ||
| fetch_currencies.py | ||
| fetch_engine_descriptions.py | ||
| fetch_external_bangs.py | ||
| fetch_firefox_version.py | ||
| fetch_languages.py | ||
| fetch_wikidata_units.py | ||
| filtron.sh | ||
| google_search.py | ||
| lib.sh | ||
| lxc-searx.env | ||
| lxc.sh | ||
| makefile.include | ||
| makefile.lxc | ||
| makefile.python | ||
| makefile.sphinx | ||
| morty.sh | ||
| searx.sh | ||
| standalone_searx.py | ||
| update-translations.sh | ||