From 2462c4b6579c63adcda81395c51eb2739aa9baa4 Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 13 Nov 2022 17:16:49 -0500 Subject: [PATCH] add instructions for downstream Debians --- i2p2www/pages/downloads/debian.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html index b26ef339..4b385fa3 100644 --- a/i2p2www/pages/downloads/debian.html +++ b/i2p2www/pages/downloads/debian.html @@ -107,11 +107,27 @@ user to root with su or by prefixing each command with sudo # Use this command on Debian Bullseye or newer only. + echo "deb [signed-by=/usr/share/keyrings/i2p-archive-keyring.gpg] https://deb.i2p2.de/ $(lsb_release -sc) main" \ + | sudo tee /etc/apt/sources.list.d/i2p.list + + + {% trans -%}If you're using a downstream variant of Debian like LMDE or Kali Linux, the following command fill find the correct version for your distribution:{%- endtrans %} +
+    
+    # Use this command on Debian Bullseye or newer only.
   echo "deb [signed-by=/usr/share/keyrings/i2p-archive-keyring.gpg] https://deb.i2p2.de/ $(dpkg --status tzdata | grep Provides | cut -f2 -d'-') main" \
   | sudo tee /etc/apt/sources.list.d/i2p.list
     
     
- if you are using Debian Buster or older distributons, use the following command instead: + {% trans -%}If you are using Debian Buster or older official Debian distributons, use the following command instead:{%- endtrans %} +
+    
+    # Use this command on Debian Buster or older only.
+  echo "deb https://deb.i2p2.de/ $(lsb_release -sc) main" \
+  | sudo tee /etc/apt/sources.list.d/i2p.list
+    
+    
+ {% trans -%}If you're using a downstream variant of Debian like LMDE or Kali Linux, the following command fill find the correct version for your distribution:{%- endtrans %}
     
     # Use this command on Debian Buster or older only.