Add basic printer support via CUPS

This commit is contained in:
David Heinemeier Hansson
2025-06-16 21:34:10 +02:00
parent 116cab3390
commit 1937e2ef4c

2
install/printer.sh Normal file
View File

@ -0,0 +1,2 @@
sudo pacman -S --noconfirm cups cups-pdf cups-filters system-config-printer brother-hll2370dw
sudo systemctl enable --now cups.service