]> code.delx.au - monosys/blobdiff - bin/check-local-updates
snapper configs
[monosys] / bin / check-local-updates
old mode 100644 (file)
new mode 100755 (executable)
index 52397b1..806c58f
@@ -13,9 +13,9 @@ function is_arch {
 }
 
 if is_debian; then
-    aptitude search ~U
+    aptitude search ~U || true
 fi
 
 if is_arch; then
-    checkupdates
+    checkupdates || true
 fi