forked from I2P_Developers/i2p.www
switch to the same public GPG keyring found in the debian package.
This commit is contained in:
@ -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>
|
||||
|
||||
|
BIN
i2p2www/static/i2p-archive-keyring.gpg
Normal file
BIN
i2p2www/static/i2p-archive-keyring.gpg
Normal file
Binary file not shown.
Reference in New Issue
Block a user