mirror of https://github.com/searxng/searxng.git
[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:
parent
d51298177a
commit
c1bee0d96f
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue