Update CRUX distro name
CRUX has a binary called crux that print the distro name and the version (CRUX version 3.2 for example).
This commit is contained in:
parent
e2238176bd
commit
c4af2cf4ce
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -457,7 +457,7 @@ case "$os" in
|
|||
distro=${distro/[[:space:]]}
|
||||
|
||||
elif type -p crux >/dev/null 2>&1; then
|
||||
distro="CRUX"
|
||||
distro="$(crux)"
|
||||
|
||||
else
|
||||
distro="$(grep -h '^NAME=' /etc/*ease)"
|
||||
|
|
Loading…
Reference in a new issue