Add Manjaro as Arch derivative

This commit is contained in:
luthes 2017-05-02 12:53:11 -07:00
parent eec6981739
commit 795b9f8744

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