From afa18885ee05032a2c8ac39a049bc13e5f33199e Mon Sep 17 00:00:00 2001 From: AlbydS <119180144+AlbydST@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:48:19 +0000 Subject: [PATCH] Remove urpmq because it doesn't list installed packages Urpmq doesn't list installed packages. `uprmq --list-media active` lists active repositories instead. Mageia uses RPM to count installed packages. --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index f9642f09..2780b48c 100755 --- a/neofetch +++ b/neofetch @@ -2160,7 +2160,6 @@ get_packages() { has rad && tot rad -cl # Rad was previously called 'Radula', some systems may still have the old name. has radula && tot radula -cl - has urpmq && tot urpmq --list-media active # https://github.com/birb-linux/birb has birb && tot birb --list-installed