gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: -add '-y' option


From: gnunet
Subject: [taler-docs] branch master updated: -add '-y' option
Date: Tue, 03 Aug 2021 09:53:42 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 1e7d4ac  -add '-y' option
1e7d4ac is described below

commit 1e7d4ac1a803177f91f4c393ba3e9b6917d7dcdc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 3 09:53:38 2021 +0200

    -add '-y' option
---
 taler-exchange-setup-guide.rst | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 435fbfc..aa0b91a 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -71,9 +71,9 @@ Finally, the required packages can be installed:
 
 .. code-block:: shell-session
 
-  [root@exchange-online]# apt-get install nginx postgresql
-  [root@exchange-online]# apt-get install taler-exchange taler-exchange-offline
-  [root@exchange-online]# apt-get install taler-merchant taler-wallet-cli
+  [root@exchange-online]# apt-get install -y nginx postgresql
+  [root@exchange-online]# apt-get install -y taler-exchange 
taler-exchange-offline
+  [root@exchange-online]# apt-get install -y taler-merchant taler-wallet-cli
 
 By default, all installed services will be disabled.  You need to enable
 and start them later.
@@ -181,17 +181,17 @@ the bank account accessed with the Wire Gateway. The 
configuration file
   [exchange-account-1]
   enable_credit = yes
   enable_debit = yes
-  
+
   # LibEuFin expects basic auth
   wire_gateway_auth_method = basic
 
   # username and password set in LibEuFin
   username = ...
   password = ...
-  
+
   # base URL of the wire gateway set up with LibEuFin
   wire_gateway_url = ...
-  
+
   # Account identifier in the form of an RFC-8905 payto:// URI
   # For SEPA, looks like payto://sepa/$IBAN
   payto_uri =
@@ -408,5 +408,3 @@ FIXMEs
   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'
-
-

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]