taler-deployment

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

commit 9e18e1b460859419cbf8459acd9f01f04e5d696f
parent 9cab836211393d3f30a8c59eadfd8299a8e7d0c1
Author: Florian Dold <florian@dold.me>
Date:   Thu,  7 Mar 2024 19:00:26 +0100

regio: no more need for latex

Diffstat:
Mregional-currency/install_packages.sh | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/regional-currency/install_packages.sh b/regional-currency/install_packages.sh @@ -20,7 +20,8 @@ apt update &>> setup.log ## General requirements -apt install uuid-runtime \ +apt install \ + uuid-runtime \ make \ sudo \ curl \ @@ -31,10 +32,6 @@ apt install uuid-runtime \ postgresql-client-${PG_VERSION} \ dbconfig-pgsql \ certbot \ - latexmk \ - texlive-latex-extra \ - texlive-latex-recommended \ - tex-gyre \ python3-sphinx \ python3-pip \ python3-certbot-nginx -y &>> setup.log