mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Further fix for elementary OS detection.
This commit is contained in:
@@ -305,8 +305,7 @@ detectdistro () {
|
||||
fi
|
||||
elif [[ "${distro_detect}" == "elementary" || "${distro_detect}" == "elementary OS" ]]; then
|
||||
distro="Elementary OS"
|
||||
distro_release=null
|
||||
distro_codename=null
|
||||
distro_release="n/a"
|
||||
elif [[ "${distro_detect}" == "Fedora" ]]; then
|
||||
distro="Fedora"
|
||||
elif [[ "${distro_detect}" == "frugalware" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user