From d5077fc8667b21edf41f00d66cd419da6b3fce3e Mon Sep 17 00:00:00 2001 From: Matthew Owens Date: Thu, 20 Jun 2024 21:18:19 +0100 Subject: [PATCH] switched to use checkupdates-with-aur --- numupdates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1