From 9e18e1b460859419cbf8459acd9f01f04e5d696f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 7 Mar 2024 19:00:26 +0100 Subject: regio: no more need for latex --- regional-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 index 2ef8494..3350b82 100755 --- 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 -- cgit v1.2.3