distro: Revert change

This commit is contained in:
Dylan Araps 2018-04-22 18:12:38 +10:00
parent f9f4e54c2d
commit 6901a3ff8b
1 changed files with 1 additions and 1 deletions

View File

@ -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")"