diff --git a/neofetch b/neofetch index 03603f53..8611efaf 100755 --- a/neofetch +++ b/neofetch @@ -243,6 +243,8 @@ get_distro() { ;; esac + [[ -z "$distro" ]] && distro="$os (Unknown)" + # Get architecture [[ "$os_arch" == "on" ]] && \ distro+=" ${machine_arch}"