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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fe28e0f47..f21734793 100644 --- a/Makefile +++ b/Makefile @@ -66,9 +66,10 @@ test.shell: utils/lib_redis.sh \ utils/filtron.sh \ utils/searx.sh \ + utils/searxng.sh \ utils/morty.sh \ utils/lxc.sh \ - utils/lxc-searx.env \ + utils/lxc-searxng.env \ .config.sh $(Q)$(MTOOLS) build_msg TEST "$@ OK" -- 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 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f21734793..66c644ba2 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,6 @@ test.shell: utils/brand.env \ $(MTOOLS) \ utils/lib.sh \ - utils/lib_install.sh \ utils/lib_nvm.sh \ utils/lib_static.sh \ utils/lib_go.sh \ @@ -69,8 +68,7 @@ test.shell: utils/searxng.sh \ utils/morty.sh \ utils/lxc.sh \ - utils/lxc-searxng.env \ - .config.sh + utils/lxc-searxng.env $(Q)$(MTOOLS) build_msg TEST "$@ OK" -- cgit v1.2.3