diff --git a/share/dotfiles/.config/ml4w/scripts/installupdates.sh b/share/dotfiles/.config/ml4w/scripts/installupdates.sh index bd635419..ee39cd87 100755 --- a/share/dotfiles/.config/ml4w/scripts/installupdates.sh +++ b/share/dotfiles/.config/ml4w/scripts/installupdates.sh @@ -34,7 +34,7 @@ _isInstalled() { check="$($aur_helper -Qs --color always "${package}" | grep "local" | grep "${package} ")"; ;; fedora) - check="$(rpm -qa|grep ${package})" + check="$(dnf repoquery --quiet --installed ""${package}*"")" ;; *) ;;