diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | about.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -86,7 +86,7 @@ these two files and the corresponding two source files `.orig.tar.gz` | |||
86 | and `debian.tar.xz` are downloaded in the same directory, it is | 86 | and `debian.tar.xz` are downloaded in the same directory, it is |
87 | advisable to verify the signature like so:— | 87 | advisable to verify the signature like so:— |
88 | 88 | ||
89 | 1. Download `my-x200` master tarball: <> | 89 | 1. Download the `my-x200` master tarball: <http://git.robertalessi.net/my-x200/snapshot/my-x200-master.tar.gz> |
90 | 2. Import the developer's [public PGP | 90 | 2. Import the developer's [public PGP |
91 | key](https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7), | 91 | key](https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7), |
92 | like so: `gpg --recv-keys 8085C8C7` | 92 | like so: `gpg --recv-keys 8085C8C7` |
@@ -50,7 +50,7 @@ | |||
50 | </ol> | 50 | </ol> |
51 | <p>Alternatively, a <code>.deb</code> file ready to be installed and its associated <code>.dsc</code> source package file are provided in this repository. Once these two files and the corresponding two source files <code>.orig.tar.gz</code> and <code>debian.tar.xz</code> are downloaded in the same directory, it is advisable to verify the signature like so:—</p> | 51 | <p>Alternatively, a <code>.deb</code> file ready to be installed and its associated <code>.dsc</code> source package file are provided in this repository. Once these two files and the corresponding two source files <code>.orig.tar.gz</code> and <code>debian.tar.xz</code> are downloaded in the same directory, it is advisable to verify the signature like so:—</p> |
52 | <ol type="1"> | 52 | <ol type="1"> |
53 | <li>Download <code>my-x200</code> master tarball: <></li> | 53 | <li>Download the <code>my-x200</code> master tarball: <a href="http://git.robertalessi.net/my-x200/snapshot/my-x200-master.tar.gz" class="uri">http://git.robertalessi.net/my-x200/snapshot/my-x200-master.tar.gz</a></li> |
54 | <li>Import the developer’s <a href="https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7">public PGP key</a>, like so: <code>gpg --recv-keys 8085C8C7</code></li> | 54 | <li>Import the developer’s <a href="https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7">public PGP key</a>, like so: <code>gpg --recv-keys 8085C8C7</code></li> |
55 | <li>Verify the signature: <code>dscverify --keyring ~/.gnupg/pubring.gpg my-x200_<ver>.dsc</code> (Replace <code><ver></code> with the actual release number.)</li> | 55 | <li>Verify the signature: <code>dscverify --keyring ~/.gnupg/pubring.gpg my-x200_<ver>.dsc</code> (Replace <code><ver></code> with the actual release number.)</li> |
56 | </ol> | 56 | </ol> |