Get Arch Linux Version from LSB

pull/134/head
Paul Querna 9 years ago
parent b39e95359a
commit 008f2b4e18

@ -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