vinstaller/etc/printing/cups

9 lines
182 B
Plaintext
Raw Normal View History

2022-02-07 06:06:31 +01:00
packages() {
2022-02-11 12:48:57 +01:00
addpkg cups cups-filters gutenprint foomatic-db brother-brlaser cups-pk-helper
2022-02-10 23:07:20 +01:00
#addpkg avahi-daemon
2022-02-08 19:53:21 +01:00
}
config() {
service_enable cupsd
2022-02-10 23:07:20 +01:00
#service_enable avahi-daemon
2022-02-07 06:06:31 +01:00
}