summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-01-14 19:26:54 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-01-14 19:26:54 +0100
commit3cf31528f33c2a600cad21952b46a6ebe1e31420 (patch)
treea22d35daebd3915f807724915a86ed831b256007 /Makefile
parent58a9fa93f6422986556b38d28e9850e71e4183a9 (diff)
downloadsearxng-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fec004a5e..6577b374e 100644
--- a/Makefile
+++ b/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