taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit fd3a52673ceda79d093181a36729330199775670
parent 750ee721b5d3015734fc4f6d0bbdbac3f3220cbc
Author: Devan Carpenter <devan@taler.net>
Date:   Sat, 14 Dec 2024 19:03:08 +0100

dev-manual: nightly instructions to use deb822

Diffstat:
Mtaler-developer-manual.rst | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst @@ -359,10 +359,8 @@ you can add the nightly package sources. .. code-block:: shell-session # For Debian (bookworm) - $ echo "deb https://deb.taler.net/apt-nightly bookworm main" > /etc/apt/sources.list.d/taler.list - - # Both: Install signing key for nightly packages - $ wget -O - https://taler.net/taler-systems-nightly.gpg.key | apt-key add - + $ curl -sS https://deb.taler.net/apt-nightly/taler-bookworm-ci.sources \ + | tee /etc/apt/sources.list.d/taler-bookworm-nightly.sources Taler Deployment on gv.taler.net