diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-14 19:26:54 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-14 19:26:54 +0100 |
commit | 3cf31528f33c2a600cad21952b46a6ebe1e31420 (patch) | |
tree | a22d35daebd3915f807724915a86ed831b256007 /Makefile | |
parent | 58a9fa93f6422986556b38d28e9850e71e4183a9 (diff) | |
download | searxng-3cf31528f33c2a600cad21952b46a6ebe1e31420.tar.gz searxng-3cf31528f33c2a600cad21952b46a6ebe1e31420.zip |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |