From 380e99458ebaf2996846594196621177db41bbc1 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 18 Jun 2020 23:42:25 +1000 Subject: [PATCH] check-local-updates: don't fail if aptitude doesn't find packages to upgrade --- bin/check-local-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2