mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Merge branch 'marmarek-git-https'
This commit is contained in:
commit
9e23e264de
@ -84,7 +84,7 @@ gpg --recv-keys 0xDDFA1A3E36879494
|
|||||||
wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc
|
wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc
|
||||||
gpg --import qubes-developers-keys.asc
|
gpg --import qubes-developers-keys.asc
|
||||||
|
|
||||||
git clone git://github.com/QubesOS/qubes-builder.git qubes-builder
|
git clone https://github.com/QubesOS/qubes-builder.git qubes-builder
|
||||||
cd qubes-builder
|
cd qubes-builder
|
||||||
|
|
||||||
# Verify its integrity:
|
# Verify its integrity:
|
||||||
|
@ -57,7 +57,7 @@ See [verifying signatures](/security/verifying-signatures/#how-to-import-and-aut
|
|||||||
Now let's bootstrap the builder. Unfortunately, the builder cannot verify itself (the classic Chicken and Egg problem), so we need to verify the signature manually:
|
Now let's bootstrap the builder. Unfortunately, the builder cannot verify itself (the classic Chicken and Egg problem), so we need to verify the signature manually:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
git clone git://github.com/QubesOS/qubes-builder.git
|
git clone https://github.com/QubesOS/qubes-builder.git
|
||||||
cd qubes-builder
|
cd qubes-builder
|
||||||
git tag -v `git describe`
|
git tag -v `git describe`
|
||||||
~~~
|
~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user