diff options
author | Simon Rettberg | 2021-03-10 14:01:18 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-10 14:01:18 +0100 |
commit | d79120836bc9f1b75fb0852896640f10202feff7 (patch) | |
tree | df8f56c2df1759982b3575a726949c1fe174b3cb | |
parent | [remote-access] Make VNC port configurable (diff) | |
download | mltk-d79120836bc9f1b75fb0852896640f10202feff7.tar.gz mltk-d79120836bc9f1b75fb0852896640f10202feff7.tar.xz mltk-d79120836bc9f1b75fb0852896640f10202feff7.zip |
[kiosk-chromium] Need libnss3-tools for certutil
-rw-r--r-- | core/modules/kiosk-chromium/module.conf.ubuntu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/kiosk-chromium/module.conf.ubuntu b/core/modules/kiosk-chromium/module.conf.ubuntu index 708eac72..f5d87627 100644 --- a/core/modules/kiosk-chromium/module.conf.ubuntu +++ b/core/modules/kiosk-chromium/module.conf.ubuntu @@ -2,6 +2,7 @@ REQUIRED_CONTENT_PACKAGES=" jq xbindkeys + libnss3-tools " REQUIRED_INSTALLED_PACKAGES="$REQUIRED_CONTENT_PACKAGES" REQUIRED_BINARIES="" |