From dc54322ca64b72e9927c524d9d605cc395f993b9 Mon Sep 17 00:00:00 2001 From: virtualguy Date: Mon, 12 Oct 2015 20:48:50 +1300 Subject: [PATCH] Update bootstrap-salt.sh --- bootstrap-salt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 81db4f5..4f3c32b 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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")