distro: Revert change
This commit is contained in:
parent
f9f4e54c2d
commit
6901a3ff8b
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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")"
|
||||
|
||||
|
|
Loading…
Reference in a new issue