From: James Bunton Date: Sun, 12 Jul 2020 00:45:42 +0000 (+1000) Subject: check-local-updates: don't return error if arch checkupdates fails X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/6728ab4b222999060d8ebcaf10e3fe55edf020cf?hp=def7443e2bf105de2c204d5ee4e6357415c84787 check-local-updates: don't return error if arch checkupdates fails --- 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