X-Git-Url: https://code.delx.au/monosys/blobdiff_plain/ded8bef42de4f3cf75e9bf8349e921c5ac86302b..868547cb9e5857ff1576335fa1ea44748f19930d:/healthcheck/packages diff --git a/healthcheck/packages b/healthcheck/packages index a8cf23c..ab6260a 100755 --- a/healthcheck/packages +++ b/healthcheck/packages @@ -20,15 +20,9 @@ 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 echo "# pacorphan" pacorphan 1>&2 - - echo "# checkupdates" - checkupdates 1>&2 fi