mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-10 06:48:00 -05:00
Merge pull request #601 from elendil95/master
Adding support for LMDE 3
This commit is contained in:
@@ -725,6 +725,9 @@ detectdistro () {
|
||||
distro="LMDE"
|
||||
distro_codename="n/a"
|
||||
distro_release="n/a"
|
||||
#adding support for LMDE 3
|
||||
elif [[ "$(lsb_release -sd)" =~ "LMDE" ]]; then
|
||||
distro="LMDE"
|
||||
fi
|
||||
;;
|
||||
"openSUSE"|"openSUSE project"|"SUSE LINUX")
|
||||
|
||||
Reference in New Issue
Block a user