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 <