aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-07 12:09:40 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-07 12:09:40 +0100
commit125fcf61cc30c9cafd2000b4d18e8695b357ac3e (patch)
treee88f5a85d5232ceaf32766950159ef53cbf884f9 /about.html
parent7d0a96e7b5cf4541b07570d54829e152ff9b9a5c (diff)
downloadmy-x200-125fcf61cc30c9cafd2000b4d18e8695b357ac3e.tar.gz
added a pointer to the master tarball in README.mdv0.6
Diffstat (limited to 'about.html')
-rw-r--r--about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.html b/about.html
index 30290f6..33088da 100644
--- a/about.html
+++ b/about.html
@@ -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: &lt;&gt;</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_&lt;ver&gt;.dsc</code> (Replace <code>&lt;ver&gt;</code> with the actual release number.)</li> 55<li>Verify the signature: <code>dscverify --keyring ~/.gnupg/pubring.gpg my-x200_&lt;ver&gt;.dsc</code> (Replace <code>&lt;ver&gt;</code> with the actual release number.)</li>
56</ol> 56</ol>