Distro: Add DISTRIB_CODENAME

This commit is contained in:
Dylan Araps 2016-12-04 09:14:41 +11:00
parent 25fa44b2ef
commit 3766833329
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ get_distro() {
case "$distro_shorthand" in
"on") distro="${NAME:-${DISTRIB_ID}} ${VERSION_ID:-${DISTRIB_RELEASE}}" ;;
"tiny") distro="${NAME:-${DISTRIB_ID:-${TAILS_PRODUCT_NAME}}}" ;;
"off") distro="${PRETTY_NAME:-${DISTRIB_DESCRIPTION}} ${UBUNTU_CODENAME}" ;;
"off") distro="${PRETTY_NAME:-${DISTRIB_DESCRIPTION}} ${UBUNTU_CODENAME:-${DISTRIB_CODENAME}}" ;;
esac
# Workarounds for distros that go against the os-release standard.