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
|