summaryrefslogtreecommitdiff
path: root/frags/installing-debian.rst
diff options
context:
space:
mode:
Diffstat (limited to 'frags/installing-debian.rst')
-rw-r--r--frags/installing-debian.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index ceb2043d..0032e65e 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -8,14 +8,14 @@ looks like this:
.. code-block::
- deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian stable main
+ deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian bookworm main
Next, you must import the Taler Systems SA public package signing key
into your keyring and update the package lists:
.. code-block:: console
- # wget -P /etc/apt/keyrings/ \
+ # wget -O /etc/apt/keyrings/taler-systems.gpg \
https://taler.net/taler-systems.gpg
# apt update