v3-revamp-fedora
This commit is contained in:
+2
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user