Skip to content

Commit 30dca75

Browse files
committed
download: update verification procedure for linux
checked with Ubuntu 22.04 (jammy) in a docker container
1 parent d801e32 commit 30dca75

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_includes/templates/download.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
256256

257257
<p>{{page.release_key_obtained}}</p></li>
258258

259-
<li><p>{{page.choosing_builders | replace: '$(BUILDER_KEYS_URL)', page.builder_keys_url }}</p></li>
259+
<li>{{page.choosing_builders}}
260+
261+
<pre class="highlight"><code>git clone {{GUIX_REPOSITORY_URL}}</code><br><code>gpg --import {{GUIX_REPOSITORY_NAME}}/{{BUILDER_KEYS_DIR}}/*</code></pre></li>
260262

261263
<li>{{page.verify_checksums_file}}
262264

@@ -267,8 +269,9 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
267269
<li><p>{{page.complete_line_saying}} <code>{{page.localized_gpg_primary_fingerprint}} {{SIGNING_KEY_FINGERPRINT_EXPLODED}}</code></p></li>
268270
</ol>
269271

270-
<p>{{page.gpg_trust_warning | replace: '$(SHORT_BUILDER_KEY)', SHORT_BUILDER_KEY }}</p></li>
271-
272+
<p>{{page.gpg_trust_warning | replace: '$(SHORT_BUILDER_KEY)', SHORT_BUILDER_KEY }}
273+
<a href="{{GPG_VERIFY_KEYS_URL}}">{{page.verify_keys}}</a>
274+
</p></li>
272275
</ol>
273276
</details>
274277

0 commit comments

Comments
 (0)