update: use the new package manager
This commit is contained in:
2
neofetch
2
neofetch
@ -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"
|
||||
|
Reference in New Issue
Block a user