Update mod.rs
This commit is contained in:
parent
ed36596840
commit
50e068d820
@ -44,7 +44,7 @@ pub fn welcome_content_page(window: &adw::ApplicationWindow, content_box: >k::
|
|||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
let check_internet_connection_cli = Command::new("ping")
|
let check_internet_connection_cli = Command::new("ping")
|
||||||
.arg("ppa.pika-os.com")
|
.arg("iso.pika-os.com")
|
||||||
.arg("-c 1")
|
.arg("-c 1")
|
||||||
.output()
|
.output()
|
||||||
.expect("failed to execute process");
|
.expect("failed to execute process");
|
||||||
|
Loading…
Reference in New Issue
Block a user