diff --git a/neofetch b/neofetch index 475f22ae..c3a3ff3c 100755 --- a/neofetch +++ b/neofetch @@ -741,10 +741,10 @@ get_cpu() { # NetBSD emulates the Linux /proc filesystem instead of using sysctl for hw # information so we have to use this block below which temporarily sets the # OS to "Linux" for the duration of this function. - [[ "$distro" == "NetBSD"* || "$os" == "MINIX" ]] && local os="Linux" + [[ "$distro" == "NetBSD"* ]] && local os="Linux" case "$os" in - "Linux" | "Windows") + "Linux" | "MINIX" | "Windows") # Get CPU name. case "$distro" in "Android"*) cpu="$(getprop ro.product.board)" ;;