From 94e3e0ac16cb9ac6bdb64e6491cc0503199b6b41 Mon Sep 17 00:00:00 2001 From: Solar Designer Date: Wed, 15 Nov 2023 22:05:14 +0100 Subject: [PATCH] Document DNF_VAR_sigcontentdir=/pub/sig --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 90993ac..ffd5b04 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,6 +32,8 @@ This isn't as secure as checking the package signature would be _if_ you previou Install the package with `rpm -U --nodeps`. The `--nodeps` option is needed to bypass the dependency check on our `rocky-release` package. In essense, you're manually confirming to `rpm` that you're installing on a compatible distro. +You'll normally install packages from the mirrors, which should just work. However, if there's any issue with the mirrors and you uncomment our `baseurl` line instead, then on non-Rocky you'll need to use `DNF_VAR_sigcontentdir=/pub/sig dnf` in place of simply `dnf`. + ## Packages ### Extra packages (for EL8 and EL9)