From: Matthew Owens Date: Thu, 20 Jun 2024 20:18:19 +0000 (+0100) Subject: switched to use checkupdates-with-aur X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=d5077fc8667b21edf41f00d66cd419da6b3fce3e;p=scripts.git switched to use checkupdates-with-aur --- diff --git a/numupdates b/numupdates index 7c91851..8fa7b20 100755 --- a/numupdates +++ b/numupdates @@ -1,4 +1,4 @@ #!/bin/bash -n=$((checkupdates && checkupdates-aur) | wc -l) +n=$(checkupdates-with-aur | wc -l ) [ $n -eq 0 ] || echo $n