summaryrefslogtreecommitdiff
path: root/frags
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-26 21:55:28 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-26 21:55:28 +0100
commitdf84a35c375d81832e5ae43ccbb5dff7e680471b (patch)
tree9847063d8d87ac5767fed2da5f002478a81f9f86 /frags
parentabf393839de69fa96616479e5ef1e68bea6b58f4 (diff)
downloaddocs-df84a35c375d81832e5ae43ccbb5dff7e680471b.tar.gz
docs-df84a35c375d81832e5ae43ccbb5dff7e680471b.tar.bz2
docs-df84a35c375d81832e5ae43ccbb5dff7e680471b.zip
repo for 0.9.1 is for newer distros, updating description
Diffstat (limited to 'frags')
-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.