taler-deployment

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

commit fa4c09eaa79645b80b5d338010d44f705efadc7f
parent 72e86f6d3b37fd3fbda4aecccffe5011e2cc4aa7
Author: Florian Dold <florian@dold.me>
Date:   Wed,  8 Mar 2023 17:43:27 +0100

remove unnecessary workaround

Diffstat:
Mnetzbon/install_debian_packages.sh | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/netzbon/install_debian_packages.sh b/netzbon/install_debian_packages.sh @@ -36,12 +36,6 @@ wget -P /etc/apt/keyrings https://taler.net/taler-systems.gpg ## Specific GNU Taler packages -# FIXME -# We can avoid this instruction, if "taler-mechant" refers to -# database "postgres" instead of "pgsql" -# CG: FIXME: this step makes no sense, commenting out for now. -# su -lc "createdb pgsql" postgres - apt update apt install taler-exchange -y apt install taler-merchant -y