fix: remove arch-updates module after update (fix echo output)
This commit is contained in:
parent
43c34ce130
commit
19766e27a0
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@ pkg_updates_count=$(pacman -Qu | wc -l)
|
||||||
if [ $((pkg_updates_count)) -gt 0 ]
|
if [ $((pkg_updates_count)) -gt 0 ]
|
||||||
then
|
then
|
||||||
echo $pkg_updates_count
|
echo $pkg_updates_count
|
||||||
|
else
|
||||||
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue