diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html index 929be892..f52e0fd2 100644 --- a/i2p2www/pages/downloads/debian.html +++ b/i2p2www/pages/downloads/debian.html @@ -108,10 +108,10 @@ For Testing or Unstable:
-
  • {% trans repokey=url_for('static', filename='debian-repo.pub') -%} +
  • {% trans repokey=url_for('static', filename='i2p-debian-repo.key.asc') -%} Download the key used to sign the repository and add it to apt: {%- endtrans %}
    -    apt-key add debian-repo.pub +    apt-key add i2p-debian-repo.key.asc
  • diff --git a/i2p2www/static/debian-repo.pub b/i2p2www/static/i2p-debian-repo.key.asc similarity index 100% rename from i2p2www/static/debian-repo.pub rename to i2p2www/static/i2p-debian-repo.key.asc