mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Release parameter for Chakra Linux
looks better if you put "" on release for Chakra Linux, cause if not, it says: "Chakra null Descartes" for example thx for your work! :D
This commit is contained in:
@@ -359,7 +359,7 @@ detectdistro () {
|
||||
fi
|
||||
elif [[ "${distro_detect}" == "Chakra" ]]; then
|
||||
distro="Chakra"
|
||||
distro_release=null
|
||||
distro_release=""
|
||||
elif [[ "${distro_detect}" == "CentOS" ]]; then
|
||||
distro="CentOS"
|
||||
elif [[ "${distro_detect}" == "Debian" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user