fix for yay error message w/ no internet

This commit is contained in:
Luke Smith 2018-10-10 10:40:54 -04:00
parent 577c101bf6
commit a51f1ea924
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

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