fix for yay error message w/ no internet

This commit is contained in:
Luke Smith 2018-10-10 10:40:54 -04:00
parent eebe0d09b1
commit 205f24f608

View file

@ -10,4 +10,4 @@ case $BLOCK_BUTTON in
1) $TERMINAL -e "popupgrade" ;;
esac
yay -Qu | wc -l | sed -e "s/^0$//g"
yay -Qu | sed -e '/^Get/d' | wc -l | sed -e "s/^0$//g"