[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>
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 3 years ago
parent d51298177a
commit c1bee0d96f

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

Loading…
Cancel
Save