Skip to content

Commit

Permalink
download/prerelease: try to improve formating
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Jul 13, 2021
1 parent 3a43646 commit 2b93898
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions download/prerelease/index.html.tt2
Expand Up @@ -66,6 +66,10 @@
.hide {
display: none;
}
.keyboard {
font-size: 70%;
}

</style>

</head>
Expand Down Expand Up @@ -238,20 +242,20 @@
Once you have <em>SHA256SUMS</em> and <em>SHA256SUMS.gpg</em> in the same directory as your Grml downloads, verify the SHA256 checksum via:
</p>

<code>
<code class="keyboard">
gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS
</code>

<p>If you don't have <a href="https://grml.org/download/gnupg-michael-prokop.txt">our GnuPG signing key</a>
(<em>0x96A87872B7EA3737</em>, fingerprint <em>33CC B136 401A FEC8 43A3 8763 96A8 7872 B7EA 3737</em>), run:</p>

<code>
<code class="keyboard">
gpg --keyid-format long --keyserver hkps://keys.openpgp.org --recv-keys 0x96A87872B7EA3737
</code>

<p>Finally verify the checksum of your Grml downloads, via:</p>

<code>
<code class="keyboard">
sha256sum --ignore-missing -c SHA256SUMS
</code>

Expand Down

0 comments on commit 2b93898

Please sign in to comment.