Update update-count script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f14d73dbf4
commit
8b6d662d01
1 changed files with 3 additions and 0 deletions
3
system/.local/bin/update-count
Executable file
3
system/.local/bin/update-count
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
UPDATES=$(checkupdates | wc -l)
|
||||
echo "${UPDATES}"
|
Loading…
Add table
Add a link
Reference in a new issue