From 8739d8f75615e5d81d813be33418586d2e5cf866 Mon Sep 17 00:00:00 2001 From: Reidar Johansen Date: Thu, 21 Mar 2024 11:41:30 +0100 Subject: [PATCH] Update to texlive 2024 --- common/latex/install-texlive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/latex/install-texlive.sh b/common/latex/install-texlive.sh index 9c937956..224026ea 100755 --- a/common/latex/install-texlive.sh +++ b/common/latex/install-texlive.sh @@ -2,7 +2,7 @@ # NOTE TO MAINTAINERS: this must be updated each time a new texlive is # released! -default_version=2023 +default_version=2024 tlversion=${1:-"$default_version"} installer_archive=install-tl-unx.tar.gz