Update bootstrap-salt.sh

This commit is contained in:
virtualguy 2015-10-12 20:48:50 +13:00
parent a8d4992393
commit dc54322ca6

View file

@ -778,6 +778,8 @@ __gather_linux_system_info() {
elif [ "${DISTRO_NAME}" = "Arch" ]; then
DISTRO_NAME="Arch Linux"
return
elif [ "${DISTRO_NAME}" = "Raspbian" ]; then
DISTRO_NAME="Debian"
fi
rv=$(lsb_release -sr)
[ "${rv}" != "" ] && DISTRO_VERSION=$(__parse_version_string "$rv")