Added support for Sabayon
This commit is contained in:
parent
376e594c9d
commit
9fc58aeb85
2 changed files with 22 additions and 2 deletions
4
fetch
4
fetch
|
@ -630,7 +630,7 @@ getpackages () {
|
|||
packages="$(ls -1 /var/log/packages | wc -l)"
|
||||
;;
|
||||
|
||||
"Gentoo"* | "Funtoo"*)
|
||||
"Gentoo"* | "Funtoo"* | "Sabayon"*)
|
||||
packages="$(ls -d /var/db/pkg/*/* | wc -l)"
|
||||
;;
|
||||
|
||||
|
@ -1623,7 +1623,7 @@ getascii () {
|
|||
ascii_distro="redhat"
|
||||
;;
|
||||
|
||||
"Fedora"*)
|
||||
"Fedora"* | "Sabayon"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 4)
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue