diff options
author | Simon Rettberg | 2022-08-10 14:43:05 +0200 |
---|---|---|
committer | Simon Rettberg | 2022-08-10 14:43:05 +0200 |
commit | e348d13fd7ecb308ebe20252bac3c2ced8a9693b (patch) | |
tree | ed8bdde0807da0df51c0e0170eac1796208ced76 | |
parent | [downloader] Add sleep to git clone retries (diff) | |
download | mltk-e348d13fd7ecb308ebe20252bac3c2ced8a9693b.tar.gz mltk-e348d13fd7ecb308ebe20252bac3c2ced8a9693b.tar.xz mltk-e348d13fd7ecb308ebe20252bac3c2ced8a9693b.zip |
[cups] Add printer-driver-postscript-hp
-rw-r--r-- | core/modules/cups/module.conf.ubuntu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/cups/module.conf.ubuntu b/core/modules/cups/module.conf.ubuntu index 2aa8b5ed..80cd264d 100644 --- a/core/modules/cups/module.conf.ubuntu +++ b/core/modules/cups/module.conf.ubuntu @@ -1,13 +1,14 @@ #!/bin/bash REQUIRED_CONTENT_PACKAGES=" cups + cups-core-drivers cups-daemon cups-filters - cups-core-drivers cups-filters-core-drivers ghostscript hplip libgs9-common + printer-driver-postscript-hp " REQUIRED_DIRECTORIES+=" /usr/share/color |