mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #1063 from luthes/develop
Add Manjaro as Arch derivative
This commit is contained in:
commit
a552081d91
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