taler-deployment

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

commit a6d004b9ec2a03a69d49f75753578c1003dca38a
parent b55dc6dd2ee6a817b14880117858acaeda9e351b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 13 Sep 2019 19:57:05 +0200

dependencies

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

diff --git a/bootstrap-auditorreporter b/bootstrap-auditorreporter @@ -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