mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
utils/searx.sh: add script to install isolated searx service (WIP)
WIP: written from scratch / linted but untested Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
58a9fa93f6
commit
3cf31528f3
4 changed files with 532 additions and 7 deletions
1
Makefile
1
Makefile
|
@ -79,6 +79,7 @@ test: test.pep8 test.unit test.sh test.robot
|
|||
test.sh:
|
||||
shellcheck -x utils/lib.sh
|
||||
shellcheck -x utils/filtron.sh
|
||||
shellcheck -x utils/searx.sh
|
||||
|
||||
test.pep8: pyenvinstall
|
||||
$(PY_ENV_ACT); ./manage.sh pep8_check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue