From 795b9f87444713829abb8a0173164c4793fc737c Mon Sep 17 00:00:00 2001 From: luthes Date: Tue, 2 May 2017 12:53:11 -0700 Subject: [PATCH] Add Manjaro as Arch derivative --- bootstrap-salt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index d49947d..fc7fa87 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -972,6 +972,8 @@ __gather_linux_system_info() { DISTRO_NAME="Oracle Linux" elif [ "${DISTRO_NAME}" = "AmazonAMI" ]; then DISTRO_NAME="Amazon Linux AMI" + elif [ "${DISTRO_NAME}" = "ManjaroLinux" ]; then + DISTRO_NAME="Arch Linux" elif [ "${DISTRO_NAME}" = "Arch" ]; then DISTRO_NAME="Arch Linux" return