From 190873317bac04f3049de55b8ce5e4bc9a238807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Sat, 1 Feb 2020 17:11:43 +0100 Subject: [PATCH] Package texlive-math-extra is no more available in Debian buster. [skip ci] --- windows/install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/install-packages.sh b/windows/install-packages.sh index 4ea28b0d0..5b53c511a 100755 --- a/windows/install-packages.sh +++ b/windows/install-packages.sh @@ -24,7 +24,7 @@ PACKAGES=(make xz-utils p7zip bzip2 zip patch wget autoconf automake libtool mingw-w64 gfortran-mingw-w64 parallel flex bison texlive - texlive-publishers texlive-latex-extra texlive-math-extra + texlive-publishers texlive-latex-extra texlive-science texlive-fonts-extra lmodern python3-sphinx latexmk nsis) apt install "${PACKAGES[@]}"