diff --git a/neofetch b/neofetch index 87830da8..d9dba1b3 100755 --- a/neofetch +++ b/neofetch @@ -233,6 +233,7 @@ getdistro() { "on" | "tiny") distro="$(awk 'NR==1{print $1 " " $2;}' /etc/release)" ;; *) distro="$(awk 'NR==1{print $1 " " $2 " " $3;}' /etc/release)" ;; esac + distro="${distro/\(*}" ;; esac