NomadBSD detect cleanup.
This commit is contained in:
parent
b4bc49d1d7
commit
dabf15d34f
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1035,7 +1035,7 @@ get_distro() {
|
|||
esac
|
||||
|
||||
# Workaround for NomadBSD.
|
||||
[[ $NAME = FreeBSD ]] && [[ -f /usr/bin/nomadbsd-sysinfo ]] && distro=NomadBSD
|
||||
[[ $distro = FreeBSD* ]] && [[ -f /usr/bin/nomadbsd-sysinfo ]] && distro=NomadBSD
|
||||
|
||||
elif [[ -f /etc/GoboLinuxVersion ]]; then
|
||||
case $distro_shorthand in
|
||||
|
|
Loading…
Reference in a new issue