From: James Bunton Date: Thu, 18 Jun 2020 13:42:25 +0000 (+1000) Subject: check-local-updates: don't fail if aptitude doesn't find packages to upgrade X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/380e99458ebaf2996846594196621177db41bbc1 check-local-updates: don't fail if aptitude doesn't find packages to upgrade --- diff --git a/bin/check-local-updates b/bin/check-local-updates index 52397b1..6405929 100755 --- a/bin/check-local-updates +++ b/bin/check-local-updates @@ -13,7 +13,7 @@ function is_arch { } if is_debian; then - aptitude search ~U + aptitude search ~U || true fi if is_arch; then