mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
etc: add dnf/dnf.conf & yum.repos.d/README.md
This commit is contained in:
parent
81296a241c
commit
27d1914424
8
etc/dnf/dnf.conf
Normal file
8
etc/dnf/dnf.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[main]
|
||||||
|
gpgcheck=1
|
||||||
|
installonly_limit=3
|
||||||
|
clean_requirements_on_remove=True
|
||||||
|
best=False
|
||||||
|
skip_if_unavailable=True
|
||||||
|
# Explicitly enable finding the fastest mirror
|
||||||
|
fastestmirror=true
|
5
etc/yum.repos.d/README.md
Normal file
5
etc/yum.repos.d/README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
dnf still reads this repository apparently, and the repos I end up adding:
|
||||||
|
|
||||||
|
* https://github.com/yggdrasil-network/yggdrasil-network.github.io/issues/127#issuecomment-766520311
|
||||||
|
* https://www.insynchq.com/
|
||||||
|
* https://rpmfusion.org/Configuration
|
Loading…
Reference in New Issue
Block a user