summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-chromium
diff options
context:
space:
mode:
authorJonathan Bauer2019-11-06 18:17:15 +0100
committerJonathan Bauer2019-11-06 18:17:15 +0100
commit7b13022dcb9e77b72d21f5597cd0be6a87fbbba8 (patch)
treecd051776ff327bb6235666de6f4b126019fe78f0 /core/modules/kiosk-chromium
parent[kiosk-chromium] hack: disable auto update (diff)
downloadmltk-7b13022dcb9e77b72d21f5597cd0be6a87fbbba8.tar.gz
mltk-7b13022dcb9e77b72d21f5597cd0be6a87fbbba8.tar.xz
mltk-7b13022dcb9e77b72d21f5597cd0be6a87fbbba8.zip
[kiosk-chromium] add missing dep for jq
Diffstat (limited to 'core/modules/kiosk-chromium')
-rw-r--r--core/modules/kiosk-chromium/module.conf.ubuntu1
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 0290a92f..708eac72 100644
--- a/core/modules/kiosk-chromium/module.conf.ubuntu
+++ b/core/modules/kiosk-chromium/module.conf.ubuntu
@@ -1,5 +1,6 @@
#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
+ jq
xbindkeys
"
REQUIRED_INSTALLED_PACKAGES="$REQUIRED_CONTENT_PACKAGES"