From 2f68cddce3571653c446a682adf02666f7abd386 Mon Sep 17 00:00:00 2001 From: kytv Date: Sun, 28 Dec 2014 14:02:25 +0000 Subject: [PATCH] change the filename of the debian repository key on the website --- i2p2www/pages/downloads/debian.html | 4 ++-- i2p2www/static/{debian-repo.pub => i2p-debian-repo.key.asc} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename i2p2www/static/{debian-repo.pub => i2p-debian-repo.key.asc} (100%) 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