]> code.delx.au - monosys/blobdiff - healthcheck/packages
healthcheck: don't check for updates
[monosys] / 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