From ed8a1690296cfc55f67dc0a4dac6dee06a47bd06 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 14 Jun 2022 10:02:50 +0200 Subject: [doc] update documentation of the installation procedures Signed-off-by: Markus Heiser --- docs/admin/installation-switch2ng.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/admin/installation-switch2ng.rst') diff --git a/docs/admin/installation-switch2ng.rst b/docs/admin/installation-switch2ng.rst index 8863cd71e..0e25b960a 100644 --- a/docs/admin/installation-switch2ng.rst +++ b/docs/admin/installation-switch2ng.rst @@ -22,7 +22,11 @@ If your searx instance was installed *"Step by step"* or by the *"Installation scripts"*, you need to undo the installation procedure completely. If you have morty & filtron installed, it is recommended to uninstall these services also. In case of scripts, to uninstall use the scripts from the origin you installed -searx from. +searx from or try:: + + $ sudo -H ./utils/filtron.sh remve all + $ sudo -H ./utils/morty.sh remve all + $ sudo -H ./utils/searx.sh remve all If you have removed the old searx installation, clone from SearXNG and and start with your installation procedure (e.g. :ref:`installation scripts`): @@ -53,7 +57,7 @@ Once you have done your installation, you can run a SearXNG *check* procedure, to see if there are some left overs. In this example there exists a *old* ``/etc/searx/settings.yml``:: - $ sudo -H ./utils/searx.sh install check + $ sudo -H ./utils/searxng.sh instance check ============================ SearXNG (check installation) -- cgit v1.2.3