fix: update package manager name
This commit is contained in:
parent
6020c028fe
commit
1b5ef803da
6
neofetch
6
neofetch
@ -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=$(matt list --grep | 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user