update: use the new package manager

This commit is contained in:
ngn 2024-08-16 06:49:22 +03:00
parent 9bcceaf779
commit 6020c028fe

View File

@ -1567,7 +1567,7 @@ get_packages() {
has pacstall && tot pacstall -L
if has mp; then
mppkgs=$(MP_GREP=1 mp-list | grep -v ">>>")
mppkgs=$(matt list --grep | grep -v ">>>")
while IFS= read -r line; do
packages+=( $line )
done <<< "$mppkgs"