feat: add Manjaro support

This commit is contained in:
Lea Anthony 2019-05-18 07:18:34 +10:00
commit 0f36a88f0e
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -56,7 +56,7 @@ func GetLinuxDistroInfo() *DistroInfo {
switch value {
case "Ubuntu":
result.Distribution = Ubuntu
case "Arch":
case "Arch", "ManjaroLinux":
result.Distribution = Arch
}
case "Description":