diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-18 18:27:26 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-18 18:27:26 +0100 |
commit | 1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec (patch) | |
tree | 979a544e2853918f8a887480abe940e6880ae84c /utils/searx.sh | |
parent | 27bb55ab0729fe0531440362f6aa5eb1142e42fb (diff) | |
download | searxng-1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec.tar.gz searxng-1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec.zip |
[brand] SearXNG - docs rename links and fix documentation
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-x | utils/searx.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index 54bddeda9..09af3819d 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -151,13 +151,13 @@ usage:: shell start interactive shell from user ${SERVICE_USER} install / remove - :all: complete (de-) installation of searx service + :all: complete (de-) installation of SearXNG service :user: add/remove service user '$SERVICE_USER' ($SERVICE_HOME) :dot-config: copy ./config.sh to ${SEARX_SRC} :searx-src: clone $GIT_URL :init-src: copy files (SEARX_SRC_INIT_FILES) to ${SEARX_SRC} :pyenv: create/remove virtualenv (python) in $SEARX_PYENV - :uwsgi: install searx uWSGI application + :uwsgi: install SearXNG uWSGI application :settings: reinstall settings from ${SEARXNG_SETTINGS_PATH} :packages: install needed packages from OS package manager :buildhost: install packages from OS package manager needed by buildhosts @@ -688,7 +688,7 @@ remove_settings() { } remove_searx() { - rst_title "Drop searx sources" section + rst_title "Drop SearXNG sources" section if ask_yn "Do you really want to drop SearXNG sources ($SEARX_SRC)?"; then rm -rf "$SEARX_SRC" else @@ -1035,7 +1035,7 @@ rst-doc() { [[ $DIST_VERS =~ $DIST_ID ]] && DIST_VERS= uWSGI_distro_setup - echo -e "\n.. START searx uwsgi-description $DIST_NAME" + echo -e "\n.. START searxng uwsgi-description $DIST_NAME" case $DIST_ID-$DIST_VERS in ubuntu-*|debian-*) cat <<EOF @@ -1088,13 +1088,13 @@ EOF EOF ;; esac - echo -e ".. END searx uwsgi-description $DIST_NAME" + echo -e ".. END searxng uwsgi-description $DIST_NAME" - echo -e "\n.. START searx uwsgi-appini $DIST_NAME" + echo -e "\n.. START searxng uwsgi-appini $DIST_NAME" echo ".. code:: bash" echo eval "echo \"$(< "${TEMPLATES}/${uWSGI_APPS_AVAILABLE}/${SEARXNG_UWSGI_APP}")\"" | prefix_stdout " " - echo -e "\n.. END searx uwsgi-appini $DIST_NAME" + echo -e "\n.. END searxng uwsgi-appini $DIST_NAME" ) done |