diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-08 19:21:07 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-08 19:21:07 +0100 |
commit | 4139c63d23a1f4cc427eb428bcff0594c395c1c5 (patch) | |
tree | 6f5f0165244194f17acb85914d5ae80e3fdd798e /Makefile | |
parent | 28dacee28819ea2d24fd8ff6547fd3a175677084 (diff) | |
download | searxng-4139c63d23a1f4cc427eb428bcff0594c395c1c5.tar.gz searxng-4139c63d23a1f4cc427eb428bcff0594c395c1c5.zip |
utils/filtron.sh: add script to install filtron middleware
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |