fix updates

This commit is contained in:
2026-05-12 22:35:41 +02:00
parent e016fcb116
commit 5bf71b4894

View File

@@ -39,7 +39,7 @@ count_pkgs(){
REPO=$(wc -l $UPDATES_LIST | awk '{print $1}')
AUR=$(wc -l $AUR_UPDATES_LIST | awk '{print $1}')
PKGS=$((REPO + AUR))
mb-setvar updates=${PKGS}
#mb-setvar updates=${PKGS}
}
case "$LANG" in