mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
don't reinstall existing packages on arch
This commit is contained in:
@@ -1535,7 +1535,7 @@ pkg_install() {
|
|||||||
;;
|
;;
|
||||||
arch)
|
arch)
|
||||||
# shellcheck disable=SC2068
|
# shellcheck disable=SC2068
|
||||||
pacman --noprogressbar -Sy --noconfirm $@
|
pacman --noprogressbar -Sy --noconfirm --needed $@
|
||||||
;;
|
;;
|
||||||
fedora)
|
fedora)
|
||||||
# shellcheck disable=SC2068
|
# shellcheck disable=SC2068
|
||||||
|
|||||||
Reference in New Issue
Block a user