commit 26494b27f94e3948f3c3cea991b6cce3f32de4ea
parent e7222c6338e02604e907117bb36f6e0d8d3bbcbf
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Fri, 19 Sep 2025 18:39:58 +0200
bookworm -> trixie
Diffstat:
2 files changed, 3 insertions(+), 3 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
-Debian bookworm.
+Debian trixie.
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=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian bookworm main
+ deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian trixie main
Next, you must import the Taler Systems SA public package signing key
into your keyring and update the package lists:
diff --git a/system-administration/taler-monitoring-infrastructure.rst b/system-administration/taler-monitoring-infrastructure.rst
@@ -46,7 +46,7 @@ How to install Grafana
----------------------
Please refer to the Grafana official website for installation instructions for your specific operating system. For the
-specific case of the GNU/Linux distribution Debian 12 (bookworm), you can use the next set of instructions.
+specific case of the GNU/Linux distribution Debian 13 (trixie), you can use the next set of instructions.
.. code-block:: console