]> code.delx.au - monosys/blobdiff - bin/check-local-updates
check-local-updates: don't fail if aptitude doesn't find packages to upgrade
[monosys] / bin / check-local-updates
old mode 100644 (file)
new mode 100755 (executable)
index 52397b1..6405929
@@ -13,7 +13,7 @@ function is_arch {
 }
 
 if is_debian; then
-    aptitude search ~U
+    aptitude search ~U || true
 fi
 
 if is_arch; then