diff options
Diffstat (limited to 'docs/utils/index.rst')
| -rw-r--r-- | docs/utils/index.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/utils/index.rst b/docs/utils/index.rst index b570b07e6..61bb78285 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -12,7 +12,7 @@ and developers. :maxdepth: 2 searxng.sh - lxc.sh + Common command environments =========================== @@ -24,8 +24,7 @@ The scripts in our tooling box often dispose of common environments: ``FORCE_TIMEOUT`` : environment Sets timeout for interactive prompts. If you want to run a script in batch job, with defaults choices, set ``FORCE_TIMEOUT=0``. By example; to install a - SearXNG server and nginx proxy on all containers of the :ref:`SearXNG suite - <lxc-searxng.env>` use:: + SearXNG server and nginx proxy use:: - sudo -H ./utils/lxc.sh cmd -- FORCE_TIMEOUT=0 ./utils/searxng.sh install all - sudo -H ./utils/lxc.sh cmd -- FORCE_TIMEOUT=0 ./utils/searxng.sh install nginx + $ FORCE_TIMEOUT=0 ./utils/searxng.sh install all + $ FORCE_TIMEOUT=0 ./utils/searxng.sh install nginx |