Update checker fix

This commit is contained in:
Michał Gdula 2022-04-20 14:57:41 +01:00
parent 6b68015b07
commit 79ca318e9f
2 changed files with 5 additions and 26 deletions

View file

@ -4,4 +4,6 @@ b=$(pacman -Qu | wc -l)
if [[ "$b" -ne "0" ]]; then
echo " ";
else
echo "";
fi