summaryrefslogtreecommitdiff
path: root/frags/installing-debian.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 15:26:31 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 15:26:31 +0100
commitd101a65394eae7d2a50cb3e4c443ef6cae470230 (patch)
treeecb2631895fbc27f0db3405a5d26d47834629e85 /frags/installing-debian.rst
parenta0fa25d4e80074c3414ee498146f4c0f93996666 (diff)
downloaddocs-d101a65394eae7d2a50cb3e4c443ef6cae470230.tar.gz
docs-d101a65394eae7d2a50cb3e4c443ef6cae470230.tar.bz2
docs-d101a65394eae7d2a50cb3e4c443ef6cae470230.zip
-better use keyrings dir
Diffstat (limited to 'frags/installing-debian.rst')
-rw-r--r--frags/installing-debian.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index 9e06264f..cec1f8b8 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -8,14 +8,14 @@ looks like this:
.. code-block::
- deb [signed-by=/etc/apt/trusted.gpg.d/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 bullseye 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 /etc/apt/trusted.gpg.d/ https://taler.net/taler-systems.gpg.key
+ # wget -O taler-systems.gpg -P /usr/share/keyrings https://taler.net/taler-systems.gpg.key
# apt update
.. note::