We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323002f commit c1d7030Copy full SHA for c1d7030
templates/public/download.html
@@ -141,7 +141,7 @@ <h5>Download verification</h5>
141
Alternatively, using GnuPG, download the signing key from WKD:
142
<pre><code>$ gpg --auto-key-locate clear,wkd -v --locate-external-key {{ release.wkd_email }}</code></pre>
143
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>
+ <pre><code>$ gpg --verify archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso</code></pre>
145
146
{% cache 600 download-mirrors %}
147
<div id="download-mirrors">
0 commit comments