Merge pull request #157 from onodera-punpun/patch-1
Update CRUX distro name
This commit is contained in:
commit
cf87ac5b49
2
neofetch
2
neofetch
|
@ -457,7 +457,7 @@ case "$os" in
|
||||||
distro=${distro/[[:space:]]}
|
distro=${distro/[[:space:]]}
|
||||||
|
|
||||||
elif type -p crux >/dev/null 2>&1; then
|
elif type -p crux >/dev/null 2>&1; then
|
||||||
distro="CRUX"
|
distro="$(crux)"
|
||||||
|
|
||||||
else
|
else
|
||||||
distro="$(grep -h '^NAME=' /etc/*ease)"
|
distro="$(grep -h '^NAME=' /etc/*ease)"
|
||||||
|
|
Reference in New Issue