switch to the same public GPG keyring found in the debian package.

This commit is contained in:
idk
2021-09-20 13:24:14 -04:00
parent d87b43212c
commit b7bfe81f92
2 changed files with 3 additions and 3 deletions

View File

@ -92,8 +92,8 @@ part of <a href="#Post-install_work">starting I2P</a> and configuring it for you
Note: The steps below should be performed with root access (i.e., switching
user to root with <code>su</code> or by prefixing each command with <code>sudo</code>).
{%- endtrans %}</p>
<ol>
<li>{% trans -%}Ensure that <code>apt-transport-https</code> and <code>curl</code> are installed.{%- endtrans %}
<ol>,
<li>{% trans -%}Ensure that <code>apt-transport-https</code>, <code>curl</code>, <code>lsb-release</code> are installed.{%- endtrans %}
<pre>
<code>
sudo apt-get update
@ -117,7 +117,7 @@ echo "deb [signed-by=/usr/share/keyrings/i2p-archive-keyring.asc] https://deb.i2
Download <a href="{{ repokey }}">the key used to sign the repository</a>:{%- endtrans %}
<pre>
<code>
curl -o i2p-archive-keyring.asc https://geti2p.net/_static/i2p-debian-repo.key.asc</code>
curl -o i2p-archive-keyring.gpg https://geti2p.net/_static/i2p-archive-keyring.gpg</code>
</pre>
</li>

Binary file not shown.