1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 02:20:13 +02:00

Merge pull request #1084 from Jabster28/patch-1

don't reinstall existing packages on arch
This commit is contained in:
Markus Heiser 2022-04-12 12:08:51 +02:00 committed by GitHub
commit c75d4ceb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1535,7 +1535,7 @@ pkg_install() {
;;
arch)
# shellcheck disable=SC2068
pacman --noprogressbar -Sy --noconfirm $@
pacman --noprogressbar -Sy --noconfirm --needed $@
;;
fedora)
# shellcheck disable=SC2068