mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add Manjaro as Arch derivative
This commit is contained in:
parent
eec6981739
commit
795b9f8744
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue