From 534711b652a9ce66b63ddce13d3957c9221a4776 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 25 Apr 2024 12:03:43 +0200 Subject: [PATCH] add qpdf --- archinstall/user_configuration.json | 3 ++- wsl.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/archinstall/user_configuration.json b/archinstall/user_configuration.json index b91abde..8248684 100644 --- a/archinstall/user_configuration.json +++ b/archinstall/user_configuration.json @@ -144,7 +144,8 @@ "clamav", "spotify-launcher", "bottom", - "mvn" + "mvn", + "qpdf" ], "plugin": null, "profile": { diff --git a/wsl.sh b/wsl.sh index 1d4e747..efdaff2 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 + man-pages bottom maven fakeroot texlive-mathscience qpdf # === Remove SU password ==