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 ==