mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
utils/filtron.sh: add script to install filtron middleware
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
28dacee288
commit
4139c63d23
5 changed files with 307 additions and 5 deletions
1
Makefile
1
Makefile
|
|
@ -78,6 +78,7 @@ test: test.pep8 test.unit test.sh test.robot
|
|||
|
||||
test.sh:
|
||||
shellcheck -x utils/lib.sh
|
||||
shellcheck -x utils/filtron.sh
|
||||
|
||||
test.pep8: pyenvinstall
|
||||
$(PY_ENV_ACT); ./manage.sh pep8_check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue