mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Merge pull request #176 from rtlanceroad/master
add detection for Sabayon
This commit is contained in:
@@ -651,6 +651,7 @@ detectdistro () {
|
||||
crunchbang) distro="CrunchBang" ;;
|
||||
gentoo) distro="Gentoo" ;;
|
||||
funtoo) distro="Funtoo" ;;
|
||||
sabayon) distro="Sabayon" ;;
|
||||
slackware) distro="Slackware" ;;
|
||||
frugalware) distro="Frugalware" ;;
|
||||
peppermint) distro="Peppermint" ;;
|
||||
|
||||
Reference in New Issue
Block a user