don't reinstall existing packages on arch

dependabot/pip/master/sphinx-6.1.3
Jabster28 2 years ago committed by GitHub
parent 27f8fa6fe0
commit 89bcea56ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save