mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
5 lines
130 B
Bash
5 lines
130 B
Bash
#!/bin/bash
|
|
|
|
sudo pacman -S --noconfirm cups cups-pdf cups-filters system-config-printer
|
|
sudo systemctl enable --now cups.service
|