check for resolvectl
This commit is contained in:
parent
b343124821
commit
6672e78c42
@ -546,7 +546,6 @@ pub fn get_install_channel() -> String {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn check_has_resolvectl() -> bool {
|
fn check_has_resolvectl() -> bool {
|
||||||
return false;
|
|
||||||
let res = Command::new("resolvectl")
|
let res = Command::new("resolvectl")
|
||||||
.arg("status")
|
.arg("status")
|
||||||
.output();
|
.output();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user