Merge pull request #134 from pquerna/pq/arch_add_release

Get Arch Linux Version from LSB
pull/135/head
shirou 9 years ago
commit 8850f58d70

@ -247,7 +247,7 @@ func GetPlatformInformation() (platform string, family string, version string, e
// TODO: slackware detecion
} else if common.PathExists("/etc/arch-release") {
platform = "arch"
// TODO: exherbo detection
version = lsb.Release
} else if lsb.ID == "RedHat" {
platform = "redhat"
version = lsb.Release

Loading…
Cancel
Save