From d101a65394eae7d2a50cb3e4c443ef6cae470230 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 11 Jan 2023 15:26:31 +0100 Subject: -better use keyrings dir --- frags/installing-debian.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frags/installing-debian.rst') 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:: -- cgit v1.2.3