Added support for Sabayon

This commit is contained in:
Dylan
2016-02-15 21:15:16 +11:00
parent 376e594c9d
commit 9fc58aeb85
2 changed files with 22 additions and 2 deletions

4
fetch
View File

@@ -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)
;;