summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frags/installing-debian.rst4
-rw-r--r--frags/installing-ubuntu.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index cec1f8b8..b0556809 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -1,6 +1,6 @@
To install the GNU Taler Debian packages, first ensure that you have
the right Debian distribution. At this time, the packages are built for
-Bullseye.
+Debian bookworm.
You need to add a file to import the GNU Taler packages. Typically,
this is done by adding a file ``/etc/apt/sources.list.d/taler.list`` that
@@ -8,7 +8,7 @@ looks like this:
.. code-block::
- deb [signed-by=/usr/share/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian bullseye main
+ deb [signed-by=/usr/share/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian stable main
Next, you must import the Taler Systems SA public package signing key
into your keyring and update the package lists:
diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst
index 458d0b3c..ddb6fa92 100644
--- a/frags/installing-ubuntu.rst
+++ b/frags/installing-ubuntu.rst
@@ -1,13 +1,13 @@
To install the GNU Taler Ubuntu packages, first ensure that you have
the right Ubuntu distribution. At this time, the packages are built for
-Ubuntu 22.04 LTS (Jammy Jellyfish).
+Ubuntu Kinetic.
A typical ``/etc/apt/sources.list.d/taler.list`` file for this setup
would look like this:
.. code-block::
- deb https://deb.taler.net/apt/ubuntu/ jammy main
+ deb https://deb.taler.net/apt/ubuntu/ stable main
The last line is crucial, as it adds the GNU Taler packages.