diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-05-21 18:12:39 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-05-21 18:12:39 +0200 |
commit | c9833ded9f4518f258e6b5d7eb4cc8ec79ade56d (patch) | |
tree | 0ae00c7e3da899be6a962db443f903a78997f98d /utils/lxc-searxng.env | |
parent | d867bf17e6d2f9a7c83c9a1ffafda5184a24c0e3 (diff) | |
download | searxng-c9833ded9f4518f258e6b5d7eb4cc8ec79ade56d.tar.gz searxng-c9833ded9f4518f258e6b5d7eb4cc8ec79ade56d.zip |
[doc] update & fix documentation of the "SearXNG LXC suite"
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lxc-searxng.env')
-rw-r--r-- | utils/lxc-searxng.env | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/lxc-searxng.env b/utils/lxc-searxng.env index 9d6efb42e..8cc0ce886 100644 --- a/utils/lxc-searxng.env +++ b/utils/lxc-searxng.env @@ -42,10 +42,11 @@ EOF lxc_suite_install() { ( lxc_set_suite_env - FORCE_TIMEOUT=0 - export FORCE_TIMEOUT - "${LXC_REPO_ROOT}/utils/searxng.sh" install all - rst_title "suite installation finished ($(hostname))" part + FORCE_TIMEOUT=0 "${LXC_REPO_ROOT}/utils/searxng.sh" install all + rst_title "Suite installation finished ($(hostname))" part + if ask_yn "Developer install? (wraps source from HOST into the running instance)" Yn; then + "${LXC_REPO_ROOT}/utils/searxng.sh" searxng.install.link_src "$(pwd)" + fi lxc_suite_info echo ) |