Commit 6901a3ff authored by Dylan Araps's avatar Dylan Araps

distro: Revert change

parent f9f4e54c
...@@ -76,7 +76,7 @@ get_distro() { ...@@ -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")"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment