pub fn detect_distro(host: &HostConfig) -> Result<DistroInfo, HostError>Expand description
Detect the Linux distribution on a remote host
Runs cat /etc/os-release via SSH to parse distribution info.
pub fn detect_distro(host: &HostConfig) -> Result<DistroInfo, HostError>Detect the Linux distribution on a remote host
Runs cat /etc/os-release via SSH to parse distribution info.