taler-deployment

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

commit eee319f5880b410e7ec7dce50ee3d3038c5be231
parent 7d4cdceed2f1dea3971e0ce48cd4eed9759e5d9d
Author: Florian Dold <florian@dold.me>
Date:   Wed, 23 Oct 2024 12:04:23 +0200

packages

Diffstat:
Mregional-currency/install_packages.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/regional-currency/install_packages.sh b/regional-currency/install_packages.sh @@ -42,9 +42,8 @@ apt-get install \ python3-pip \ python3-certbot-nginx -y &>> setup.log +# These extra packages are used by the setup scripts pip3 install --break-system-packages \ - sphinx-markdown-builder \ - htmlark \ argon2-cffi \ pycryptodome &>> setup.log