diff --git a/neofetch b/neofetch index 89fd5708..26247a7a 100755 --- a/neofetch +++ b/neofetch @@ -76,7 +76,7 @@ get_distro() { case "$distro_shorthand" in "on") lsb_flags="-sir" ;; "tiny") lsb_flags="-si" ;; - *) lsb_flags="-sdr" ;; + *) lsb_flags="-sd" ;; esac distro="$(lsb_release "$lsb_flags")"