Update mod.rs

This commit is contained in:
ferrreo 2024-02-29 16:58:38 +00:00 committed by GitHub
parent ed36596840
commit 50e068d820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ pub fn welcome_content_page(window: &adw::ApplicationWindow, content_box: &gtk::
// }
//}
let check_internet_connection_cli = Command::new("ping")
.arg("ppa.pika-os.com")
.arg("iso.pika-os.com")
.arg("-c 1")
.output()
.expect("failed to execute process");