check for resolvectl

This commit is contained in:
alex 2025-12-23 22:25:48 +08:00
parent b343124821
commit 6672e78c42

View File

@ -546,7 +546,6 @@ pub fn get_install_channel() -> String {
}
fn check_has_resolvectl() -> bool {
return false;
let res = Command::new("resolvectl")
.arg("status")
.output();