From 4c1d8db014d24a61c9d9789b9f19726555f6c542 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 May 2023 23:12:29 +0200 Subject: [PATCH] add printer setup + privacy gnome panel --- arch.sh | 4 ++++ archinstall/user_configuration.json | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/arch.sh b/arch.sh index d27df5c..b6ca2a5 100644 --- a/arch.sh +++ b/arch.sh @@ -396,6 +396,10 @@ main() { sudo mkdir -p /usr/share/sounds/sf2 sudo ln -s /usr/share/soundfonts/*.sf2 /usr/share/sounds/sf2/ + # === Printers == + sudo systemctl enable cups.service + sudo systemctl start cups.service + echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur." } diff --git a/archinstall/user_configuration.json b/archinstall/user_configuration.json index 7241a85..5801a06 100644 --- a/archinstall/user_configuration.json +++ b/archinstall/user_configuration.json @@ -121,7 +121,10 @@ "timidity++", "soundfont-fluid", "fluidsynth", - "libsamplerate" + "libsamplerate", + "cups", + "system-config-printer", + "fwupd" ], "plugin": null, "profile": {