diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-25 20:20:17 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-25 20:20:17 +0100 |
commit | d5917cc029e2736b11412a570470c666af093ec9 (patch) | |
tree | 203ddb2532028fc42e99d1d354fe88af73f3e03e /Makefile | |
parent | f5d10abc7fe3747ec0d387978d772ce6799fea72 (diff) | |
download | searxng-d5917cc029e2736b11412a570470c666af093ec9.tar.gz searxng-d5917cc029e2736b11412a570470c666af093ec9.zip |
utils/lib.sh: make uWSGI installation available for all distros
support: ubuntu, debin, fedora, archlinux
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,11 +84,11 @@ test.pylint: pyenvinstall $(call cmd,pylint,searx/testing.py) test.sh: - shellcheck -x utils/lxc.sh shellcheck -x utils/lib.sh shellcheck -x utils/filtron.sh shellcheck -x utils/searx.sh shellcheck -x utils/morty.sh + shellcheck -x utils/lxc.sh shellcheck -x .config.sh test.pep8: pyenvinstall |