This commit is contained in:
Stephan Raabe
2023-03-02 09:45:31 +01:00
parent 3a7a8b20ac
commit 8a799fc241
5 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ format() {
fi
}
if ! updates_arch="$(checkupdates | wc -l)"; then
if ! updates_arch="$(pacman -Qm >/dev/null | wc -l)"; then
updates_arch=0
fi