From 6728ab4b222999060d8ebcaf10e3fe55edf020cf Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 12 Jul 2020 10:45:42 +1000 Subject: [PATCH] check-local-updates: don't return error if arch checkupdates fails --- 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 6405929..806c58f 100755 --- a/bin/check-local-updates +++ b/bin/check-local-updates @@ -17,5 +17,5 @@ if is_debian; then fi if is_arch; then - checkupdates + checkupdates || true fi -- 2.39.2