Undelete the import of qubes-developers-keys.asc

This commit is contained in:
Yukikoo 2020-01-28 18:01:43 +00:00 committed by GitHub
parent 612703d869
commit 0e42cde885

View File

@ -45,6 +45,12 @@ Archlinux template building instructions
$ gpg --import /usr/share/qubes/qubes-master-key.asc $ gpg --import /usr/share/qubes/qubes-master-key.asc
``` ```
* Verify its fingerprint, set as 'trusted'. [This is described here](/doc/VerifyingSignatures). * Verify its fingerprint, set as 'trusted'. [This is described here](/doc/VerifyingSignatures).
* Download the Qubes developers' keys.
```shell_session
$ wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc
$ gpg --import qubes-developers-keys.asc
```
* Download the latest stable qubes-builder repository: * Download the latest stable qubes-builder repository:
```shell_session ```shell_session
$ git clone git://github.com/QubesOS/qubes-builder.git qubes-builder $ git clone git://github.com/QubesOS/qubes-builder.git qubes-builder