Codebase list kali-defaults / a63fb72
Enable Acquire::Retries=3 in apt's configuration We want to make apt more reliable with respect to temporary network hiccups and we also want to work around apt bugs (like https://bugs.debian.org/973861). Raphaƫl Hertzog 3 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 // Make apt more reliable with respect to temporary network failures
1 Acquire::Retries "3";