diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-06-16 16:30:18 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-30 13:39:35 +0200 |
commit | 692708aa771c1f4927a3037ecc5aa9c06f1a2494 (patch) | |
tree | c243e751db97f3b9aaf5bc68f8ccf9422aabe7eb /utils/lxc.sh | |
parent | ed8a1690296cfc55f67dc0a4dac6dee06a47bd06 (diff) | |
download | searxng-692708aa771c1f4927a3037ecc5aa9c06f1a2494.tar.gz searxng-692708aa771c1f4927a3037ecc5aa9c06f1a2494.zip |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lxc.sh')
-rwxr-xr-x | utils/lxc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" |