summaryrefslogtreecommitdiff
path: root/frags/installing-debian.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-24 15:25:17 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-24 15:25:17 +0100
commit2e03169b957084fcce18960d96ae2f0926df01c4 (patch)
treee8547eaa7222a5be93f418c734e2230e823282a6 /frags/installing-debian.rst
parent9f583cdf4398721185537db2df6d7aef3b409e7f (diff)
downloaddocs-2e03169b957084fcce18960d96ae2f0926df01c4.tar.gz
docs-2e03169b957084fcce18960d96ae2f0926df01c4.tar.bz2
docs-2e03169b957084fcce18960d96ae2f0926df01c4.zip
improve wget invocation to create target dir
Diffstat (limited to 'frags/installing-debian.rst')
-rw-r--r--frags/installing-debian.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index 681db637..ceb2043d 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -15,7 +15,7 @@ into your keyring and update the package lists:
.. code-block:: console
- # wget -O /etc/apt/keyrings/taler-systems.gpg \
+ # wget -P /etc/apt/keyrings/ \
https://taler.net/taler-systems.gpg
# apt update