From 0458b1caa0bb2d2ae46c61acfbf8be193aecd897 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 29 Jun 2022 13:21:26 -0400 Subject: update GPG key addition command --- frags/installing-ubuntu.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst index dff78c12..458d0b3c 100644 --- a/frags/installing-ubuntu.rst +++ b/frags/installing-ubuntu.rst @@ -16,7 +16,8 @@ into your keyring and update the package lists: .. code-block:: console - # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add - + # wget -O /etc/apt/trusted.gpg.d/taler-systems.asc \ + https://taler.net/taler-systems.gpg.key # apt update .. note:: -- cgit v1.2.3