vinstaller/etc/printing/cups

7 lines
99 B
Plaintext
Raw Normal View History

2022-02-07 06:06:31 +01:00
packages() {
2022-02-08 19:53:21 +01:00
addpkg cups cups-filters gutenprint foomatic-db
}
config() {
service_enable cupsd
2022-02-07 06:06:31 +01:00
}