Supplemented missing step; some rephrasing.

This commit is contained in:
ubestemt 2017-05-02 21:13:41 +00:00 committed by GitHub
parent 0c1b3dbf48
commit 0eab70bd63

View File

@ -77,7 +77,7 @@ redirect_from:
<br>
<br>
## 4: Downloading and verifying the "Qubes Automated Build System"
## 4: Downloading and verifying the integrity the "Qubes Automated Build System"
* 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.)
# Assuming qubes-builder is in your home directory
cp .gnupg/pubring.gpg qubes-builder/keyrings/git/
cp .gnupg/trustdb.gpg qubes-builder/keyrings/git/
# Execute the following commands in your home directory.
# It is assumed that the path to the repository is '~/qubes-builder'.
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`...