checkupdates disable unnecesary aur checking

master 0.8.4
Daniel Napora 2022-09-29 00:18:06 +02:00
parent 6666e1dc50
commit 52141e5c80
1 changed files with 1 additions and 1 deletions

View File

@ -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" \