Compare commits

...

2 Commits

Author SHA1 Message Date
ngn
1b5ef803da fix: update package manager name 2024-08-16 06:51:24 +03:00
ngn
6020c028fe update: use the new package manager 2024-08-16 06:49:22 +03:00

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 mp; then if has matt; then
mppkgs=$(MP_GREP=1 mp-list | grep -v ">>>") matt_pkgs=$(matt list --grep | grep -v ">>>")
while IFS= read -r line; do while IFS= read -r line; do
packages+=( $line ) packages+=( $line )
done <<< "$mppkgs" done <<< "$matt_pkgs"
pac $((${#packages[@]}-pkgs_h)) pac $((${#packages[@]}-pkgs_h))
fi fi