summaryrefslogtreecommitdiff
path: root/frags/installing-ubuntu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'frags/installing-ubuntu.rst')
-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::