[mod] filtron.sh - install github.com/searxng/filtron

SearXNG maintains a fork of filtron at [1]

[1] https://github.com/searxng/filtron

Related: https://github.com/searxng/searxng/issues/507#issuecomment-970254027
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-11-18 22:40:42 +01:00
parent d51298177a
commit c1bee0d96f

View file

@ -348,13 +348,13 @@ filtron_is_installed() {
install_filtron() {
rst_title "Install filtron in user's ~/go-apps" section
echo
go.install github.com/asciimoo/filtron@latest "${SERVICE_USER}"
go.install github.com/searxng/filtron@latest "${SERVICE_USER}"
}
update_filtron() {
rst_title "Update filtron" section
echo
go.install github.com/asciimoo/filtron@latest "${SERVICE_USER}"
go.install github.com/searxng/filtron@latest "${SERVICE_USER}"
}
install_rules() {