mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
fixed #! waldorf detection
This commit is contained in:
@@ -290,10 +290,12 @@ detectdistro () {
|
||||
elif [[ "${distro_detect}" == "Chakra" ]]; then
|
||||
distro="Chakra"
|
||||
distro_release=null
|
||||
elif [[ "${distro_detect}" == "CrunchBang" ]]; then
|
||||
distro="CrunchBang"
|
||||
elif [[ "${distro_detect}" == "Debian" ]]; then
|
||||
if [[ /etc/crunchbang-lsb-release || -f /etc/lsb-release-crunchbang ]]; then
|
||||
distro="CrunchBang"
|
||||
else
|
||||
distro="Debian"
|
||||
fi
|
||||
elif [[ "${distro_detect}" == "Fedora" ]]; then
|
||||
distro="Fedora"
|
||||
elif [[ "${distro_detect}" == "frugalware" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user