From f9008505756fc5ca36e9c58c81f3d202249136ba Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 12 Dec 2024 20:05:46 +0100 Subject: [PATCH] Update --- share/dotfiles/.config/ml4w/scripts/installupdates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}*"")" ;; *) ;;