gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: add note on apt.sources


From: gnunet
Subject: [taler-docs] branch master updated: add note on apt.sources
Date: Mon, 28 Jun 2021 09:25:17 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d05956a  add note on apt.sources
d05956a is described below

commit d05956a69b14a45e6021045c0e3fd1f98538a2d3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 28 09:25:12 2021 +0200

    add note on apt.sources
---
 frags/installing-debian.rst | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index bd6f879..24f4d20 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -23,14 +23,25 @@ set your ``/etc/apt/preferences`` as follows:
    Pin: release l=Debian-Security
    Pin-Priority: 1000
 
-A typical ``/etc/apt/sources.list.d/taler.list`` file for this setup
-would look like this:
+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 https://deb.taler.net/apt/debian sid main
+   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,
+this is done by adding a file ``/etc/apt/sources.list.d/taler.list`` that
+looks like this:
 
-The last line is crucial, as it adds the GNU Taler packages.
+.. code-block::
+
+   deb https://deb.taler.net/apt/debian sid main
 
 Next, you must import the Taler Systems SA public package signing key
 into your keyring and update the package lists:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]