commit df84a35c375d81832e5ae43ccbb5dff7e680471b
parent abf393839de69fa96616479e5ef1e68bea6b58f4
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 26 Jan 2023 21:55:28 +0100
repo for 0.9.1 is for newer distros, updating description
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git 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
@@ -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.