Skip to content

Commit c1d7030

Browse files
nl6720jelly
authored andcommitted
templates/public/download.html: remove gpg keyserver-options
The public key is retrieved via WKD in the previous command, so there is no reason to contact any keyservers.
1 parent 323002f commit c1d7030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/public/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h5>Download verification</h5>
141141
Alternatively, using GnuPG, download the signing key from WKD:
142142
<pre><code>$ gpg --auto-key-locate clear,wkd -v --locate-external-key {{ release.wkd_email }}</code></pre>
143143
Verify the signature:
144-
<pre><code>$ gpg --keyserver-options auto-key-retrieve --verify archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso</code></pre>
144+
<pre><code>$ gpg --verify archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso</code></pre>
145145

146146
{% cache 600 download-mirrors %}
147147
<div id="download-mirrors">

0 commit comments

Comments
 (0)