summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-18 18:22:52 +0200
committerFlorian Dold <florian@dold.me>2021-08-18 18:22:52 +0200
commit9ae604eb977170916cf74d1e46b2bcd2db81c83e (patch)
tree1ab0c1bef5857a0fd2c320347dad52c44da69527
parentd150b0137c0ad5349477f925dd89fa6ad704ff5f (diff)
downloaddocs-9ae604eb977170916cf74d1e46b2bcd2db81c83e.tar.gz
docs-9ae604eb977170916cf74d1e46b2bcd2db81c83e.tar.bz2
docs-9ae604eb977170916cf74d1e46b2bcd2db81c83e.zip
update debian instructions
-rw-r--r--frags/installing-debian.rst39
1 files changed, 3 insertions, 36 deletions
diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index 24f4d20f..0110b243 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -1,47 +1,14 @@
To install the GNU Taler Debian packages, first ensure that you have
the right Debian distribution. At this time, the packages are built for
-Sid, which means you should use a system which at least includes
-unstable packages in its source list. We recommend using APT pinning
-to limit unstable packages to those explicitly requested. To do this,
-set your ``/etc/apt/preferences`` as follows:
+Bullseye.
-.. code-block::
-
- Package: *
- Pin: release a=stable
- Pin-Priority: 700
-
- Package: *
- Pin: release a=testing
- Pin-Priority: 650
-
- Package: *
- Pin: release a=unstable
- Pin-Priority: 600
-
- Package: *
- Pin: release l=Debian-Security
- Pin-Priority: 1000
-
-A typical ``/etc/apt/sources.list`` file for this setup
-which combines Debian stable with more recent packages
-from testing and unstable would look like this:
-
-.. code-block::
-
- deb http://ftp.ch.debian.org/debian/ buster main
- deb http://security.debian.org/debian-security buster/updates main
- deb http://ftp.ch.debian.org/debian/ testing main
- deb http://ftp.ch.debian.org/debian/ unstable main
-
-Naturally, you may want to use different mirrors depending on your region.
-Additionally, you must add a file to import the GNU Taler packages. Typically,
+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
looks like this:
.. code-block::
- deb https://deb.taler.net/apt/debian sid main
+ deb https://deb.taler.net/apt/debian bullseye main
Next, you must import the Taler Systems SA public package signing key
into your keyring and update the package lists: