From 7a00f4f5aeb399b6916bb6cbcafa7abe1035c702 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 22 Jul 2024 19:07:18 +0200 Subject: [PATCH] add texlive-plaingeneric --- archinstall/user_configuration.json | 1 + wsl.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/archinstall/user_configuration.json b/archinstall/user_configuration.json index 8248684..5faee5b 100644 --- a/archinstall/user_configuration.json +++ b/archinstall/user_configuration.json @@ -137,6 +137,7 @@ "texlive-fontsextra", "texlive-publishers", "texlive-mathscience", + "texlive-plaingeneric", "sfml", "perl-yaml-tiny", "perl-file-homedir", diff --git a/wsl.sh b/wsl.sh index f0b6d77..6ef7494 100644 --- a/wsl.sh +++ b/wsl.sh @@ -38,7 +38,7 @@ function main { pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \ noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \ texlive-fontsextra perl-yaml-tiny perl-file-homedir perl-file-which \ - man-pages bottom maven fakeroot texlive-mathscience qpdf + man-pages bottom maven fakeroot texlive-mathscience qpdf texlive-plaingeneric # === Remove SU password ==