From bc21321c2979dd66452262cc3e6f48e275bd527d Mon Sep 17 00:00:00 2001 From: "yuri.kuit" Date: Thu, 23 Apr 2026 09:58:27 +0200 Subject: [PATCH] fedora dnf boost --- v2/fedora.sh | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/v2/fedora.sh b/v2/fedora.sh index 5d30357..b3bb0ea 100755 --- a/v2/fedora.sh +++ b/v2/fedora.sh @@ -78,13 +78,26 @@ fi ########################## # 1. Update and Enable Repos ########################## +say_cyan "Optimizing DNF for speed..." + +# 1. Enable fastest mirror (lowest latency) +# 2. Increase parallel downloads (allows downloading multiple packages at once) +# 3. Set a minimum rate to drop slow mirrors automatically +sudo tee -a /etc/dnf/dnf.conf <