update: use the new package manager
This commit is contained in:
parent
9bcceaf779
commit
6020c028fe
2
neofetch
2
neofetch
@ -1567,7 +1567,7 @@ get_packages() {
|
|||||||
has pacstall && tot pacstall -L
|
has pacstall && tot pacstall -L
|
||||||
|
|
||||||
if has mp; then
|
if has mp; then
|
||||||
mppkgs=$(MP_GREP=1 mp-list | grep -v ">>>")
|
mppkgs=$(matt list --grep | grep -v ">>>")
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
packages+=( $line )
|
packages+=( $line )
|
||||||
done <<< "$mppkgs"
|
done <<< "$mppkgs"
|
||||||
|
Loading…
Reference in New Issue
Block a user