omarchy/install/printer.sh
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