change the filename of the debian repository key on the website

This commit is contained in:
kytv
2014-12-28 14:02:25 +00:00
parent 972a8edcfc
commit 2f68cddce3
2 changed files with 2 additions and 2 deletions

View File

@@ -108,10 +108,10 @@ For Testing or Unstable:<br />
</pre>
</li>
<li>{% trans repokey=url_for('static', filename='debian-repo.pub') -%}
<li>{% trans repokey=url_for('static', filename='i2p-debian-repo.key.asc') -%}
Download <a href="{{ repokey }}">the key used to sign the repository</a> and add it to apt:
{%- endtrans %}<br />
&nbsp;&nbsp;&nbsp; <code>apt-key add debian-repo.pub</code>
&nbsp;&nbsp;&nbsp; <code>apt-key add i2p-debian-repo.key.asc</code>
</li>
<li>