]> code.delx.au - monosys/commitdiff
healthcheck: don't check for updates
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 13 Jun 2020 04:10:11 +0000 (14:10 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 13 Jun 2020 04:10:11 +0000 (14:10 +1000)
healthcheck/packages

index 81b29edeb94c1993112b04109b73c7bb428d0f31..ab6260a101912e23d6b102073afcc78243081654 100755 (executable)
@@ -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