mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[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() {
|
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…
Reference in New Issue
Block a user