diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-18 22:40:42 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-21 17:13:34 +0100 |
commit | c1bee0d96f60515bfb716e434da0cf3b2626b496 (patch) | |
tree | 53a157eedc8fe6fccb8a1b7155ee3ac8be59e2d3 /utils | |
parent | d51298177aa9917fc862d44f56dc0249752dc8d9 (diff) | |
download | searxng-c1bee0d96f60515bfb716e434da0cf3b2626b496.tar.gz searxng-c1bee0d96f60515bfb716e434da0cf3b2626b496.zip |
[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>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/filtron.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/filtron.sh b/utils/filtron.sh index ff380a327..8ad32a319 100755 --- a/utils/filtron.sh +++ b/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() { |