parent
6bd034c4d8
commit
46030e75e5
@ -0,0 +1,33 @@
|
||||
From 98e0b5658215116761cf2f56d312a8d2871b00a7 Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Tue, 29 Aug 2023 13:32:05 +0300
|
||||
Subject: [PATCH] Set fastestmirror=True by default
|
||||
|
||||
---
|
||||
etc/dnf/dnf-strict.conf | 1 +
|
||||
etc/dnf/dnf.conf | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
diff --git a/etc/dnf/dnf-strict.conf b/etc/dnf/dnf-strict.conf
|
||||
index 3d08d07..ebaf324 100644
|
||||
--- a/etc/dnf/dnf-strict.conf
|
||||
+++ b/etc/dnf/dnf-strict.conf
|
||||
@@ -3,4 +3,5 @@ gpgcheck=1
|
||||
installonly_limit=3
|
||||
clean_requirements_on_remove=True
|
||||
best=True
|
||||
+fastestmirror=True
|
||||
skip_if_unavailable=False
|
||||
diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf
|
||||
index bc665d2..043005d 100644
|
||||
--- a/etc/dnf/dnf.conf
|
||||
+++ b/etc/dnf/dnf.conf
|
||||
@@ -5,4 +5,5 @@ gpgcheck=True
|
||||
installonly_limit=3
|
||||
clean_requirements_on_remove=True
|
||||
best=False
|
||||
+fastestmirror=True
|
||||
skip_if_unavailable=True
|
||||
--
|
||||
2.41.0
|
||||
|
Loading…
Reference in new issue