Merge pull request #1063 from luthes/develop

Add Manjaro as Arch derivative
This commit is contained in:
Nicole Thomas 2017-05-04 09:43:53 -06:00 committed by GitHub
commit a552081d91

View file

@ -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