projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca51d8
)
switched to use checkupdates-with-aur
author
Matthew Owens
<matthew@owens.tech>
Thu, 20 Jun 2024 20:18:19 +0000
(21:18 +0100)
committer
Matthew Owens
<matthew@owens.tech>
Thu, 20 Jun 2024 20:18:19 +0000
(21:18 +0100)
numupdates
patch
|
blob
|
history
diff --git
a/numupdates
b/numupdates
index
7c91851
..
8fa7b20
100755
(executable)
--- 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