diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 16:42:13 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 16:42:13 +0100 |
commit | eedd63ccd504099836d9f528d02daffa6bc826ad (patch) | |
tree | f51e0ddbcaaa3c97303625ff597f74eb07457ffb /utils/searx.sh | |
parent | a5eefea61d8a2287a0065f79cbe12d4e415be743 (diff) | |
download | searxng-eedd63ccd504099836d9f528d02daffa6bc826ad.tar.gz searxng-eedd63ccd504099836d9f528d02daffa6bc826ad.zip |
docs: revision of the installation instructions
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-x | utils/searx.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index 2b5e92c40..707009a11 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -39,8 +39,9 @@ SEARX_UWSGI_SOCKET="/run/uwsgi/app/searx/socket" SEARX_APT_PACKAGES="\ uwsgi uwsgi-plugin-python3 \ - git build-essential libxslt-dev python3-dev python3-babel zlib1g-dev \ - libffi-dev libssl-dev \ + git build-essential \ + libxslt-dev python3-dev python3-babel\ + zlib1g-dev libffi-dev libssl-dev \ " # Apache Settings |