summaryrefslogtreecommitdiff
path: root/frags
diff options
context:
space:
mode:
Diffstat (limited to 'frags')
-rw-r--r--frags/installing-debian.rst2
-rw-r--r--frags/installing-ubuntu.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index 2c36e98a..5f8c488b 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -41,7 +41,7 @@ into your keyring and update the package lists:
.. code-block:: console
- # wget -O - https://taler.net/static/taler-systems.gpg.key | apt-key add -
+ # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
# apt update
.. note::
diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst
index a72579da..af34d358 100644
--- a/frags/installing-ubuntu.rst
+++ b/frags/installing-ubuntu.rst
@@ -26,7 +26,7 @@ into your keyring and update the package lists:
.. code-block:: console
- # wget -O - https://taler.net/static/taler-systems.gpg.key | apt-sign add -
+ # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
# apt update
.. note::