mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +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