gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -fix keyring instructions


From: gnunet
Subject: [taler-docs] branch master updated: -fix keyring instructions
Date: Fri, 24 Feb 2023 14:58:49 +0100

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 7b15439  -fix keyring instructions
7b15439 is described below

commit 7b154397360bb10a37c2515010884813e3564c41
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 24 14:58:47 2023 +0100

    -fix keyring instructions
---
 core/index.rst              | 2 +-
 frags/installing-debian.rst | 5 +++--
 frags/installing-ubuntu.rst | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/core/index.rst b/core/index.rst
index 7c60dc9..c06698d 100644
--- a/core/index.rst
+++ b/core/index.rst
@@ -1,6 +1,6 @@
 ..
   This file is part of GNU TALER.
-  Copyright (C) 2014-2020 Taler Systems SA
+  Copyright (C) 2014-2023 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU Affero General Public License as published by the Free 
Software
diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index b055680..681db63 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -8,14 +8,15 @@ looks like this:
 
 .. code-block::
 
-   deb [signed-by=/usr/share/keyrings/taler-systems.gpg] 
https://deb.taler.net/apt/debian stable main
+   deb [signed-by=/etc/apt/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:
 
 .. code-block:: console
 
-   # wget -O taler-systems.gpg -P /usr/share/keyrings 
https://taler.net/taler-systems.gpg.key
+   # wget -O /etc/apt/keyrings/taler-systems.gpg \
+       https://taler.net/taler-systems.gpg
    # apt update
 
 .. note::
diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst
index ddb6fa9..4700e44 100644
--- a/frags/installing-ubuntu.rst
+++ b/frags/installing-ubuntu.rst
@@ -7,7 +7,7 @@ would look like this:
 
 .. code-block::
 
-   deb https://deb.taler.net/apt/ubuntu/ stable main
+   deb [signed-by=/etc/apt/keysrings/taler-systems.gpg] 
https://deb.taler.net/apt/ubuntu/ stable main
 
 The last line is crucial, as it adds the GNU Taler packages.
 
@@ -16,8 +16,8 @@ into your keyring and update the package lists:
 
 .. code-block:: console
 
-   # wget -O /etc/apt/trusted.gpg.d/taler-systems.asc \
-       https://taler.net/taler-systems.gpg.key
+   # wget -O /etc/apt/keyrings/taler-systems.gpg \
+       https://taler.net/taler-systems.gpg
    # apt update
 
 .. note::

-- 
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]