From 21b18757b973b2a4b0de922960eae97eb2104449 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 3 Oct 2023 11:53:21 +0200 Subject: [PATCH] texlive-binextra --- arch_wsl.sh | 2 +- archinstall/user_configuration.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch_wsl.sh b/arch_wsl.sh index d331f46..471cdd1 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -38,7 +38,7 @@ main() { libsamplerate rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \ otf-fira-mono mingw-w64-gcc otf-font-awesome soundfont-fluid fluidsynth \ pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \ - noto-fonts go + noto-fonts go texlive-binextra # === Rustup == diff --git a/archinstall/user_configuration.json b/archinstall/user_configuration.json index 0347e19..f5598d1 100644 --- a/archinstall/user_configuration.json +++ b/archinstall/user_configuration.json @@ -90,6 +90,7 @@ "texlive-latexextra", "texlive-langfrench", "texlive-luatex", + "texlive-binextra", "syncthing", "ufw", "fzf",