Show 0 updates

This commit is contained in:
RealStickman 2021-02-18 21:08:32 +01:00
parent edf37642a6
commit 4510a8d8cf

View File

@ -17,6 +17,8 @@ updates=$(("$updates_arch" + "$updates_aur"))
if [ "$updates" -gt 0 ]; then if [ "$updates" -gt 0 ]; then
echo "$updates" echo "$updates"
elif [ "$update" -eq 0 ]; then
echo "$updates"
else else
echo "" echo ""
fi fi