mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 04:01:40 +01:00
don't reinstall existing packages on arch
This commit is contained in:
parent
27f8fa6fe0
commit
89bcea56ec
@ -1535,7 +1535,7 @@ pkg_install() {
|
||||
;;
|
||||
arch)
|
||||
# shellcheck disable=SC2068
|
||||
pacman --noprogressbar -Sy --noconfirm $@
|
||||
pacman --noprogressbar -Sy --noconfirm --needed $@
|
||||
;;
|
||||
fedora)
|
||||
# shellcheck disable=SC2068
|
||||
|
Loading…
Reference in New Issue
Block a user