Compare commits

..

No commits in common. "main" and "7.1.0-matter3" have entirely different histories.

View File

@ -1566,11 +1566,11 @@ get_packages() {
has pisi && tot pisi li has pisi && tot pisi li
has pacstall && tot pacstall -L has pacstall && tot pacstall -L
if has matt; then if has mp; then
matt_pkgs=$(matt list --grep | grep -v ">>>") mppkgs=$(MP_GREP=1 mp-list | grep -v ">>>")
while IFS= read -r line; do while IFS= read -r line; do
packages+=( $line ) packages+=( $line )
done <<< "$matt_pkgs" done <<< "$mppkgs"
pac $((${#packages[@]}-pkgs_h)) pac $((${#packages[@]}-pkgs_h))
fi fi