From f27981b3d7ba6ae2d8207e8abd9218ad3c7ee522 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Wed, 16 Aug 2017 16:53:10 +1000 Subject: [PATCH] distro: Remove 'Enterprise Server' from SUSE output. Closes #807 --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index d34fad6e..a15b13db 100755 --- a/neofetch +++ b/neofetch @@ -223,6 +223,8 @@ get_distro() { ;; esac + distro="${distro//Enterprise Server}" + [[ -z "$distro" ]] && distro="$os (Unknown)" # Get OS architecture.