revert 2delete page

This commit is contained in:
Bruno Schaatsbergen 2024-11-19 00:28:39 +01:00
parent 47a0f4e826
commit 91847941fa
No known key found for this signature in database

View file

@ -13,11 +13,11 @@ This section describes how to add software repositories with the `dnf config-man
+
[literal,subs="+quotes,attributes"]
----
dnf config-manager addrepo --from-repofile=`*_repository_*`
dnf config-manager --add-repo `*_repository_*`
----
+
Where *_repository_* is the path to the created `.repo` file, for example:
+
----
dnf config-manager addrepo --from-repofile=/etc/yum.repos.d/fedora_extras.repo
dnf config-manager --add-repo /etc/yum.repos.d/fedora_extras.repo
----