Màj diverses

This commit is contained in:
Breizh 2020-10-21 01:12:08 +02:00
parent c7d002a5b6
commit f0a2029df5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ then
fi
avail=($(checkupdates | cut -d' ' -f1))
aur=($(pikaur -Qua))
aur=($(pikaur -Qua | cut -d' ' -f2))
total=$((${#avail[@]} + ${#aur[@]}))
if [[ $total -eq 0 ]]