summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-06-29 13:21:26 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-06-29 13:21:26 -0400
commit0458b1caa0bb2d2ae46c61acfbf8be193aecd897 (patch)
tree7f5588712cd161eb02feb812d5a20528820bf69f
parent7fb6183602295e3dd5c98d64a2ee1cf00ee83bf7 (diff)
downloaddocs-0458b1caa0bb2d2ae46c61acfbf8be193aecd897.tar.gz
docs-0458b1caa0bb2d2ae46c61acfbf8be193aecd897.tar.bz2
docs-0458b1caa0bb2d2ae46c61acfbf8be193aecd897.zip
update GPG key addition command
-rw-r--r--frags/installing-ubuntu.rst3
1 files changed, 2 insertions, 1 deletions
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::