mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
utils/lib.sh: make uWSGI installation available for all distros
support: ubuntu, debin, fedora, archlinux Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f5d10abc7f
commit
d5917cc029
6 changed files with 136 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue