Update mod.rs
This commit is contained in:
parent
6f900f6daa
commit
91c13293ae
@ -128,7 +128,7 @@ pub fn build_ui(app: &adw::Application) {
|
|||||||
|
|
||||||
println!("Downloading driver DB...");
|
println!("Downloading driver DB...");
|
||||||
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