From: James Bunton Date: Sat, 13 Jun 2020 04:10:11 +0000 (+1000) Subject: healthcheck: don't check for updates X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/868547cb9e5857ff1576335fa1ea44748f19930d healthcheck: don't check for updates --- diff --git a/healthcheck/packages b/healthcheck/packages index 81b29ed..ab6260a 100755 --- a/healthcheck/packages +++ b/healthcheck/packages @@ -20,9 +20,6 @@ function is_arch { if is_debian; then echo "# aptorphan" aptorphan 1>&2 - - echo "# aptitude search ~U" - aptitude search ~U 1>&2 || true fi if is_arch; then