fix for yay error message w/ no internet
This commit is contained in:
parent
eebe0d09b1
commit
205f24f608
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue