mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-13 16:29:59 -05:00
Merge branch 'patch-9' of https://github.com/ubestemt/qubes-doc into ubestemt-patch-9
This commit is contained in:
commit
a424fcb9c7
@ -77,7 +77,7 @@ redirect_from:
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## 4: Downloading and verifying the "Qubes Automated Build System"
|
## 4: Downloading and verifying the integrity of the "Qubes Automated Build System"
|
||||||
|
|
||||||
* Import the Qubes master key
|
* Import the Qubes master key
|
||||||
|
|
||||||
@ -98,9 +98,10 @@ redirect_from:
|
|||||||
|
|
||||||
* Copy your gpg keyrings to your local copy of the repository. (Otherwise you will be asked to download the keys again.)
|
* Copy your gpg keyrings to your local copy of the repository. (Otherwise you will be asked to download the keys again.)
|
||||||
|
|
||||||
# Assuming qubes-builder is in your home directory
|
# Execute the following commands in your home directory.
|
||||||
cp .gnupg/pubring.gpg qubes-builder/keyrings/git/
|
# It is assumed that the path to the repository is '~/qubes-builder'.
|
||||||
cp .gnupg/trustdb.gpg qubes-builder/keyrings/git/
|
mkdir -p qubes-builder/keyrings/git
|
||||||
|
cp -t qubes-builder/keyrings/git/ .gnupg/pubring.gpg .gnupg/trustdb.gpg
|
||||||
|
|
||||||
* Verify the integrity of the downloaded repository. The last line should read `gpg: Good signature from`...
|
* Verify the integrity of the downloaded repository. The last line should read `gpg: Good signature from`...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user