File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,9 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
256
256
257
257
< p > {{page.release_key_obtained}}</ p > </ li >
258
258
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 >
260
262
261
263
< li > {{page.verify_checksums_file}}
262
264
@@ -267,8 +269,9 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
267
269
< li > < p > {{page.complete_line_saying}} < code > {{page.localized_gpg_primary_fingerprint}} {{SIGNING_KEY_FINGERPRINT_EXPLODED}}</ code > </ p > </ li >
268
270
</ ol >
269
271
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 >
272
275
</ ol >
273
276
</ details >
274
277
You can’t perform that action at this time.
0 commit comments