syntax
This commit is contained in:
parent
0e93f5484f
commit
8d9d4407a3
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1094,9 +1094,9 @@ get_distro() {
|
|||
distro=${distro/DragonFly/DragonFlyBSD}
|
||||
|
||||
# Workarounds for some BSD based distros.
|
||||
[[ -f /etc/os-release ]] && distro=Enso
|
||||
[[ -f /etc/pcbsd-lang ]] && distro=PCBSD
|
||||
[[ -f /etc/trueos-lang ]] && distro=TrueOS
|
||||
[[ -f /etc/os-release ]] && distro=Enso
|
||||
[[ -f /etc/pacbsd-release ]] && distro=PacBSD
|
||||
[[ -f /etc/hbsd-update.conf ]] && distro=HardenedBSD
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue