Added support for Mageia Linux
This commit is contained in:
parent
6d30f5131f
commit
0c6e0048e8
2 changed files with 22 additions and 1 deletions
2
fetch
2
fetch
|
@ -620,7 +620,7 @@ getpackages () {
|
|||
packages="$(ls -d /var/db/pkg/*/* | wc -l)"
|
||||
;;
|
||||
|
||||
"Fedora"* | "openSUSE"* | "Red Hat Enterprise Linux"* | "CentOS"*)
|
||||
"Fedora"* | "openSUSE"* | "Red Hat Enterprise Linux"* | "CentOS"* | "Mageia"*)
|
||||
packages="$(rpm -qa | wc -l)"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue