mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-04 22:30:02 +00:00
Added support for PCLinuxOS
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user