stanislav-tkach / os_info

Rust library to detect the operating system type
MIT License
175 stars 52 forks source link

add os-release match for Arch and Debian ARM #331

Closed meop closed 1 year ago

meop commented 1 year ago

Arch ARM does not include lsb_release by default, and had no fallback setup yet for os-release.

Debian ARM does include lsb_release on Raspberry Pi version, but that may not be universal.