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")