From 52141e5c801d8929972c10b2235363160d164545 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 29 Sep 2022 00:18:06 +0200 Subject: [PATCH] checkupdates disable unnecesary aur checking --- bin/checkupdates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/checkupdates.sh b/bin/checkupdates.sh index df446f3..d0284c3 100755 --- a/bin/checkupdates.sh +++ b/bin/checkupdates.sh @@ -49,7 +49,7 @@ esac if [ -f /tmp/"$CONKYPID" ]; then - PKGS=$(pamac checkupdates -aq| wc -l) + PKGS=$(pamac checkupdates --no-aur -q| wc -l) if [ "$PKGS" != "0" ]; then if [[ "$update_notifications" == "true" ]];then notify-send.sh -u critical -i mbcc "$AVAIL_UPDATES" "$PKGS_TO_UPDATE $PKGS" -o "$YAY_UPD:terminator -T '$YAY_UPD' -e yay" \