1
0
Fork 0

exit with 0 in sb-packages when no updates

This commit is contained in:
Luca Bilke 2024-01-19 16:22:27 +01:00
parent eb5efd2f1f
commit 64e334412a

View file

@ -6,3 +6,4 @@ icon=""
num="$(\xbps-install -Sun | grep -c "update")"
[ "$num" -gt 0 ] && printf "%b" "$big$icon$reset $num\n"
exit