Files
omarchy/install/printer.sh
David Heinemeier Hansson 0ead8947f7 Add logo to logical substeps
2025-07-25 15:42:27 -04:00

8 lines
185 B
Bash

#!/bin/bash
show_logo
show_subtext "Installing printer system..."
sudo pacman -S --noconfirm cups cups-pdf cups-filters system-config-printer
sudo systemctl enable --now cups.service