v3-revamp-fedora

This commit is contained in:
2026-07-06 20:53:56 +02:00
parent 2e69ff9bbf
commit 79f47577f3
+2 -5
View File
@@ -49,11 +49,8 @@ pause_if_debug
#------------------------------------------
color_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
# $. Set dnf to set YES as default instead of NO
sudo dnf config-manager setopt fastestmirror=1
# 1. Increase parallel downloads (allows downloading multiple packages at once)
# 2. Set dnf to set YES as default instead of NO
sudo dnf config-manager setopt max_parallel_downloads=20
sudo dnf config-manager setopt defaultyes=True