Browse Source

[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>
Markus Heiser 3 years ago
parent
commit
c1bee0d96f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      utils/filtron.sh

+ 2 - 2
utils/filtron.sh

@@ -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() {