Compare commits

...

2 Commits

Author SHA1 Message Date
Lea Anthony
f63df796fd Merge pull request #90 from fishfishfish2104/v0.14.0-pre
Fixed Manjaro not being detected as arch
2019-05-17 12:46:57 +10:00
fred2104
cd370f0a39 Fixed Manjaro not being detected as arch 2019-05-17 13:40:34 +12:00

View File

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