mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
commit
c653d6a7e8
1 changed files with 2 additions and 0 deletions
|
@ -776,6 +776,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")
|
||||
|
|
Loading…
Add table
Reference in a new issue