distro: Revert change
This commit is contained in:
parent
f9f4e54c2d
commit
6901a3ff8b
2
neofetch
2
neofetch
|
@ -76,7 +76,7 @@ get_distro() {
|
||||||
case "$distro_shorthand" in
|
case "$distro_shorthand" in
|
||||||
"on") lsb_flags="-sir" ;;
|
"on") lsb_flags="-sir" ;;
|
||||||
"tiny") lsb_flags="-si" ;;
|
"tiny") lsb_flags="-si" ;;
|
||||||
*) lsb_flags="-sdr" ;;
|
*) lsb_flags="-sd" ;;
|
||||||
esac
|
esac
|
||||||
distro="$(lsb_release "$lsb_flags")"
|
distro="$(lsb_release "$lsb_flags")"
|
||||||
|
|
||||||
|
|
Reference in New Issue