Files
omarchy/install/printer.sh

8 lines
185 B
Bash
Raw Normal View History

#!/bin/bash
2025-07-25 15:42:27 -04:00
show_logo
show_subtext "Installing printer system..."
2025-06-25 13:09:08 -07:00
sudo pacman -S --noconfirm cups cups-pdf cups-filters system-config-printer
2025-06-16 21:34:10 +02:00
sudo systemctl enable --now cups.service