mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
8 lines
185 B
Bash
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
|