From df84a35c375d81832e5ae43ccbb5dff7e680471b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 26 Jan 2023 21:55:28 +0100 Subject: repo for 0.9.1 is for newer distros, updating description --- frags/installing-debian.rst | 4 ++-- frags/installing-ubuntu.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'frags') 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. -- cgit v1.2.3