mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 06:53:12 +00:00
Currently we we mistakenly made two different way to detect distribution, directly reading /etc/os-release and use distro package. distro package provides well abstracted APIs and still have full access to os-release informations, we should switch to it. Fixes #6691