Skip to content

Commit

Permalink
files: include usage of signed-by=/usr/share/keyrings/grml-archive-ke…
Browse files Browse the repository at this point in the history
…yring.gpg
  • Loading branch information
mika committed Jan 14, 2020
1 parent d9c317b commit ff72604
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions files/index.html.tt2
Expand Up @@ -39,10 +39,10 @@

<pre class="rahmen">
# Signing key is available in grml-debian-keyring
# deb http://deb.grml.org/ grml-stable main
# deb-src http://deb.grml.org/ grml-stable main
# deb http://deb.grml.org/ grml-testing main
# deb-src http://deb.grml.org/ grml-testing main</pre>
# deb [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] http://deb.grml.org/ grml-stable main
# deb-src [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] http://deb.grml.org/ grml-stable main
# deb [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] http://deb.grml.org/ grml-testing main
# deb-src [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] http://deb.grml.org/ grml-testing main</pre>

<p>If you are running Debian stretch or later, you may want to use the following <code>.sources</code> file, which will enforce the suite name and signing keys:</p>

Expand All @@ -65,7 +65,7 @@ Package: *
Pin: release a=grml-testing
Pin-Priority: 100</pre>

<p>Also note that you may have trouble installing the <code>grml-debian-keyring</code> package as APT will complain about the missing key. A workaround is to download it directly:</p>
<p>Also note that you may have trouble installing the <code>grml-debian-keyring</code> package as APT will complain about the missing key. A workaround is to download it directly:</p>

<pre class="rahmen">
sudo wget -O /usr/share/keyrings/grml-archive-keyring.gpg https://deb.grml.org/repo-key.gpg
Expand Down

0 comments on commit ff72604

Please sign in to comment.