[brand] searx.sh & morty.sh - renamed 'searx' into 'SearXNG'

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-07-12 15:31:42 +02:00
parent 7167a7ee36
commit 28c874bf3f
2 changed files with 25 additions and 25 deletions

View file

@ -236,7 +236,7 @@ install_all() {
fi
fi
info_searx
if ask_yn "Add image and result proxy to searx settings.yml?" Yn; then
if ask_yn "Add image and result proxy to SearXNG settings.yml?" Yn; then
"${REPO_ROOT}/utils/searx.sh" option result-proxy "${PUBLIC_URL_MORTY}" "${MORTY_KEY}"
"${REPO_ROOT}/utils/searx.sh" option image-proxy-on
fi