From c4af2cf4cee918d7f8f584b325031cf05f22cf93 Mon Sep 17 00:00:00 2001 From: Camille Date: Thu, 17 Mar 2016 14:32:57 +0100 Subject: [PATCH] Update CRUX distro name CRUX has a binary called crux that print the distro name and the version (CRUX version 3.2 for example). --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 14456ee1..cfaea51b 100755 --- a/neofetch +++ b/neofetch @@ -457,7 +457,7 @@ case "$os" in distro=${distro/[[:space:]]} elif type -p crux >/dev/null 2>&1; then - distro="CRUX" + distro="$(crux)" else distro="$(grep -h '^NAME=' /etc/*ease)"