Merge pull request #607 from arpitjindal97/master

adding SUSE disto match
This commit is contained in:
darealshinji
2019-02-26 14:09:03 +01:00
committed by GitHub

View File

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