Compare commits

..

No commits in common. "main" and "7.1.0-matter" have entirely different histories.

View File

@ -1566,14 +1566,6 @@ get_packages() {
has pisi && tot pisi li
has pacstall && tot pacstall -L
if has matt; then
matt_pkgs=$(matt list --grep | grep -v ">>>")
while IFS= read -r line; do
packages+=( $line )
done <<< "$matt_pkgs"
pac $((${#packages[@]}-pkgs_h))
fi
# Using the dnf package cache is much faster than rpm.
if has dnf && type -p sqlite3 >/dev/null && [[ -f /var/cache/dnf/packages.db ]]; then
pac "$(sqlite3 /var/cache/dnf/packages.db "SELECT count(pkg) FROM installed")"
@ -5633,14 +5625,14 @@ EOF
"Matter"*)
set_colors 8 8
read -rd '' ascii_data <<'EOF'
${c2} ____________________
MMMMMMMMMMMMMMMMMMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
${c2} ______________________
mmmmmmmmmmmmmmmmmmmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
EOF
;;