Turns out that BSD version number was incorrect
This commit is contained in:
parent
f09279db3b
commit
e67d6609d1
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -507,7 +507,7 @@ getdistro () {
|
|||
;;
|
||||
|
||||
"BSD")
|
||||
distro="$(uname -sr)"
|
||||
distro="$(uname -s)"
|
||||
;;
|
||||
|
||||
"Windows")
|
||||
|
|
Loading…
Reference in a new issue