From 782f73540e2d383ea122716507ccd9582918ab51 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 27 May 2022 18:43:14 +0200 Subject: [utils/searxng.sh] implement new script to install SearXNG Signed-off-by: Markus Heiser --- utils/lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/lxc.sh') diff --git a/utils/lxc.sh b/utils/lxc.sh index 9754b5d75..5d16ef60e 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -9,7 +9,7 @@ source_dot_config source "${REPO_ROOT}/utils/brand.env" # load environment of the LXC suite -LXC_ENV="${LXC_ENV:-${REPO_ROOT}/utils/lxc-searx.env}" +LXC_ENV="${LXC_ENV:-${REPO_ROOT}/utils/lxc-searxng.env}" source "$LXC_ENV" lxc_set_suite_env -- cgit v1.2.3 From 692708aa771c1f4927a3037ecc5aa9c06f1a2494 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 16 Jun 2022 16:30:18 +0200 Subject: [clean up] drop obsolete searx, filtron and morty install scripts Since ./utils/searxng.sh is implemented, the old installation procedures from filtron, morty and searx can be removed. For users who want to upgrade, the procedures for removing old installations have still been retained. Signed-off-by: Markus Heiser --- utils/lxc.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/lxc.sh') diff --git a/utils/lxc.sh b/utils/lxc.sh index 5d16ef60e..418aea938 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -4,7 +4,6 @@ # shellcheck source=utils/lib.sh source "$(dirname "${BASH_SOURCE[0]}")/lib.sh" -source_dot_config # shellcheck source=utils/brand.env source "${REPO_ROOT}/utils/brand.env" -- cgit v1.2.3