summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-tools
diff options
context:
space:
mode:
authorSimon Rettberg2023-02-01 15:45:04 +0100
committerSimon Rettberg2023-02-01 15:45:04 +0100
commitfece44f393e811e8789d874229ba5e92d3bfa7ea (patch)
tree4b2e8f71b60b8da4a5c82aa8fdf139852dfbdeca /core/modules/slx-tools
parent[kiosk-chromium] Actually pass URL to chromium (diff)
downloadmltk-fece44f393e811e8789d874229ba5e92d3bfa7ea.tar.gz
mltk-fece44f393e811e8789d874229ba5e92d3bfa7ea.tar.xz
mltk-fece44f393e811e8789d874229ba5e92d3bfa7ea.zip
[slx-tools] Install libnss3-tools for certutil (cert_to_nssdb)
Diffstat (limited to 'core/modules/slx-tools')
-rw-r--r--core/modules/slx-tools/module.conf.debian5
-rw-r--r--core/modules/slx-tools/module.conf.ubuntu5
2 files changed, 10 insertions, 0 deletions
diff --git a/core/modules/slx-tools/module.conf.debian b/core/modules/slx-tools/module.conf.debian
new file mode 100644
index 00000000..1e8c078d
--- /dev/null
+++ b/core/modules/slx-tools/module.conf.debian
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+REQUIRED_CONTENT_PACKAGES="
+ libnss3-tools
+"
diff --git a/core/modules/slx-tools/module.conf.ubuntu b/core/modules/slx-tools/module.conf.ubuntu
new file mode 100644
index 00000000..1e8c078d
--- /dev/null
+++ b/core/modules/slx-tools/module.conf.ubuntu
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+REQUIRED_CONTENT_PACKAGES="
+ libnss3-tools
+"