Added support for PCLinuxOS
This commit is contained in:
parent
e6df26166a
commit
b5e95a8ce4
3 changed files with 28 additions and 1 deletions
7
fetch
7
fetch
|
@ -620,7 +620,7 @@ getpackages () {
|
|||
packages="$(ls -d /var/db/pkg/*/* | wc -l)"
|
||||
;;
|
||||
|
||||
"Fedora"* | "openSUSE"* | "Red Hat Enterprise Linux"* | "CentOS"* | "Mageia"*)
|
||||
"Fedora"* | "openSUSE"* | "Red Hat"* | "CentOS"* | "Mageia"* | "PCLinuxOS"*)
|
||||
packages="$(rpm -qa | wc -l)"
|
||||
;;
|
||||
|
||||
|
@ -1645,6 +1645,11 @@ getascii () {
|
|||
c2=$(color 7)
|
||||
;;
|
||||
|
||||
"PCLinuxOS"*)
|
||||
c1=$(color 4)
|
||||
c2=$(color 7)
|
||||
;;
|
||||
|
||||
"Raspbian"*)
|
||||
c1=$(color 2)
|
||||
c2=$(color 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue