mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-10 23:07:55 -05:00
Merge pull request #607 from arpitjindal97/master
adding SUSE disto match
This commit is contained in:
@@ -730,7 +730,7 @@ detectdistro () {
|
||||
distro="LMDE"
|
||||
fi
|
||||
;;
|
||||
"openSUSE"|"openSUSE project"|"SUSE LINUX")
|
||||
"openSUSE"|"openSUSE project"|"SUSE LINUX" | "SUSE")
|
||||
distro="openSUSE"
|
||||
if [ -f /etc/os-release ]; then
|
||||
if grep -q -i 'SUSE Linux Enterprise' /etc/os-release ; then
|
||||
|
||||
Reference in New Issue
Block a user