From 6901a3ff8ba11b4ae4ad867a9b3f2ce968344be3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 22 Apr 2018 18:12:38 +1000 Subject: [PATCH] distro: Revert change --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")"