Commit c354ddcd authored by Dylan Araps's avatar Dylan Araps

Distro: Show release info by default.

parent 1bd9f175
......@@ -76,9 +76,9 @@ get_distro() {
case "$distro_shorthand" in
"on") lsb_flags="-sir" ;;
"tiny") lsb_flags="-si" ;;
*) lsb_flags="-sd" ;;
*) lsb_flags="-sdr" ;;
esac
distro="$(lsb_release $lsb_flags)"
distro="$(lsb_release "$lsb_flags")"
elif [[ -f "/etc/GoboLinuxVersion" ]]; then
case "$distro_shorthand" in
......
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