Skip to content

Commit 7f44d86

Browse files
ptr1337vnepogodin
andauthored
Update src/installer.rs
Co-authored-by: Vladislav Nepogodin <nepogodin.vlad@gmail.com>
1 parent ce16503 commit 7f44d86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/installer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ fn connectivity_check(window: &gtk::Window, message: String) -> bool {
107107
}
108108

109109
// If HTTP check fails, try ping fallback to reliable DNS servers
110-
let ping_targets = ["8.8.8.8", "1.1.1.1", "9.9.9.9"];
111110

112111
for target in ["8.8.8.8", "1.1.1.1", "9.9.9.9"] {
113112
let ping_result = Exec::cmd("ping")

0 commit comments

Comments
 (0)