summaryrefslogtreecommitdiff
path: root/utils/searx.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-03-12 18:41:18 +0100
committerGitHub <noreply@github.com>2022-03-12 18:41:18 +0100
commite847313007aa3a61c26acda122bb183df1df76a7 (patch)
tree035694582c98a40556b9f5d51983312065dd59f8 /utils/searx.sh
parent6c7dca52e79a7a9a70049cb128576191859147de (diff)
parent7308a6e33c0aaad67ff214be5eb984e6900866f2 (diff)
Merge pull request #949 from return42/fix-inst-scripts
Fix and improve installtion scripts in /utils
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-xutils/searx.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/searx.sh b/utils/searx.sh
index 819afef13..ce118ed77 100755
--- a/utils/searx.sh
+++ b/utils/searx.sh
@@ -31,7 +31,7 @@ SEARX_SRC="${SERVICE_HOME}/searx-src"
SEARXNG_SETTINGS_PATH="/etc/searxng/settings.yml"
SEARXNG_UWSGI_APP="searxng.ini"
# shellcheck disable=SC2034
-SEARX_UWSGI_SOCKET="/run/uwsgi/app/searx/socket"
+SEARX_UWSGI_SOCKET="/run/uwsgi/app/searxng/socket"
# apt packages
SEARX_PACKAGES_debian="\
@@ -58,9 +58,9 @@ texlive-core texlive-latexextra ttf-dejavu"
# dnf packages
SEARX_PACKAGES_fedora="\
-python python-pip python-lxml python-babel
+python python-pip python-lxml python-babel python3-devel
uwsgi uwsgi-plugin-python3
-git @development-tools libxml2
+git @development-tools libxml2 openssl
ShellCheck"
BUILD_PACKAGES_fedora="\
@@ -118,7 +118,7 @@ case $DIST_ID-$DIST_VERS in
esac
# Apache Settings
-APACHE_SEARX_SITE="searx.conf"
+APACHE_SEARX_SITE="searxng.conf"
# shellcheck disable=SC2034
CONFIG_FILES=(