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.rst14
1 files changed, 2 insertions, 12 deletions
diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst
index a72579da..12831043 100644
--- a/frags/installing-ubuntu.rst
+++ b/frags/installing-ubuntu.rst
@@ -2,21 +2,11 @@ To install the GNU Taler Ubuntu packages, first ensure that you have
the right Ubuntu distribution. At this time, the packages are built for
Ubuntu 20.04 LTS (Focal Fossa).
-A typical ``/etc/apt/sources.list`` file for this setup
+A typical ``/etc/apt/sources.list.d/taler.list`` file for this setup
would look like this:
.. code-block::
- deb http://ch.archive.ubuntu.com/ubuntu/ focal main restricted
- deb http://ch.archive.ubuntu.com/ubuntu/ focal-updates main restricted
- deb http://ch.archive.ubuntu.com/ubuntu/ focal-security main restricted
- deb http://ch.archive.ubuntu.com/ubuntu/ focal universe restricted
- deb http://ch.archive.ubuntu.com/ubuntu/ focal-updates universe restricted
- deb http://ch.archive.ubuntu.com/ubuntu/ focal-security universe restricted
- deb http://ch.archive.ubuntu.com/ubuntu/ focal multiverse restricted
- deb http://ch.archive.ubuntu.com/ubuntu/ focal-updates multiverse restricted
- deb http://ch.archive.ubuntu.com/ubuntu/ focal-security multiverse restricted
-
deb https://deb.taler.net/apt/ubuntu/ focal-fossa main
The last line is crucial, as it adds the GNU Taler packages.
@@ -26,7 +16,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::