From 24434ebf45bdaca7700b55157855450ad17dcf9e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Aug 2021 15:41:09 +0200 Subject: -ttn's fix looks good to me --- taler-exchange-setup-guide.rst | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'taler-exchange-setup-guide.rst') diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst index 4ab7c98b..12a55fe8 100644 --- a/taler-exchange-setup-guide.rst +++ b/taler-exchange-setup-guide.rst @@ -91,7 +91,7 @@ your package sources: The second command is optional. It tells ``apt-get update`` to not bother with the ``i386`` architecture (thus avoiding a warning, later). -If you use this, make sure you don't use any 32-bit applications. +If you use this, make sure you do not use any 32-bit applications. Before installing Taler packages, you need to add the Taler Systems S.A. package signing key to your list of trusted keys and update the package index: @@ -101,14 +101,8 @@ signing key to your list of trusted keys and update the package index: [root@exchange-online]# wget -O - https://taler.net/taler-systems.gpg.key | apt-key add - [root@exchange-online]# apt-get update -.. - FIXME: This happens after the update. - N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.taler.net/apt/ubuntu focal-fossa InRelease' doesn't support architecture 'i386' - ttn sez: Try the "dpkg" command above; remove FIXME if it works. - Finally, the required packages can be installed: - .. code-block:: shell-session [root@exchange-online]# apt-get install -y nginx postgresql @@ -981,11 +975,3 @@ FIXMEs running. Systemd by default doesn't show this nicely. Maybe suggest running "systemd list-dependencies taler-exchange.target"? * When multiple TWGs are configured, which one will be used by the taler-exchange-transfer? CG: ALL! -* On Ubuntu focal fossa, I get the following warning on "apt update", are we doing something wrong? - - N: Skipping acquire of configured file 'main/binary-i386/Packages' as - repository 'https://deb.taler.net/apt/ubuntu focal-fossa InRelease' doesn't - support architecture 'i386' - - ttn sez: See ``dpkg --remove-architecture`` hack above. - Alternative solution: Host i386 packages on deb.taler.net. -- cgit v1.2.3