taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 76003c5f94acb38d9c2010c551b5e08e878afb2c
parent 201556735b9f31ccafbab0fc6110e0f0973fb235
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 13 Sep 2019 21:37:30 +0200

dependencies

Diffstat:
Mbootstrap-reservetopper | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap-reservetopper b/bootstrap-reservetopper @@ -54,7 +54,7 @@ if ! test -d $HOME/libmicrohttpd; then git clone git://gnunet.org/libmicrohttpd.git fi -for component in exchange ; do +for component in exchange bank gnurl; do if ! test -d $HOME/$component; then git clone git://git.taler.net/$component fi