stanislav-tkach / os_info

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

Add support for Artix Linux #342

Closed codybloemhard closed 1 year ago

codybloemhard commented 1 year ago

Added the ability to be able to detect Artix Linux. With lsb-release installed the output is:

OS information:
Type: Artix Linux
Version: Rolling Release
Bitness: 64-bit

Without lsb-release installed the output is:

OS information:
Type: Artix Linux
Version: Unknown
Bitness: 64-bit

It is missing the version field. I don't know if this is normal or how to fix it.