From efd3a2d6d1376468226378c4435c6a81110ca261 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 8 Sep 2023 18:11:06 +0200 Subject: [feat] engine: implementation of internet archive scholar --- utils/brand.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/brand.env b/utils/brand.env index 31afce53c..c65e7e42d 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -1,5 +1,5 @@ export SEARXNG_URL='' export SEARXNG_PORT='8888' export SEARXNG_BIND_ADDRESS='127.0.0.1' -export GIT_URL='https://github.com/searxng/searxng' -export GIT_BRANCH='master' +export GIT_URL='https://github.com//Bnyro/searxng' +export GIT_BRANCH='scholar' -- cgit v1.2.3