From e67d6609d177c291e70f2997d43932dbe7b2860e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 12 May 2016 20:29:01 +1000 Subject: [PATCH] Turns out that BSD version number was incorrect --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index f71d6574..04558a1a 100755 --- a/neofetch +++ b/neofetch @@ -507,7 +507,7 @@ getdistro () { ;; "BSD") - distro="$(uname -sr)" + distro="$(uname -s)" ;; "Windows")