add printer setup + privacy gnome panel
This commit is contained in:
parent
fdea823f3f
commit
4c1d8db014
2 changed files with 8 additions and 1 deletions
4
arch.sh
4
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."
|
||||
}
|
||||
|
||||
|
|
|
@ -121,7 +121,10 @@
|
|||
"timidity++",
|
||||
"soundfont-fluid",
|
||||
"fluidsynth",
|
||||
"libsamplerate"
|
||||
"libsamplerate",
|
||||
"cups",
|
||||
"system-config-printer",
|
||||
"fwupd"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue