diff options
author | Simon Rettberg | 2024-11-12 17:16:39 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-11-12 17:16:39 +0100 |
commit | 799b2ac7c1241c4793fa33d6f7fad414eade845e (patch) | |
tree | e41b8af03c60ba6b61f9740046e5c44b3490b153 /core/modules/kiosk-firefox/module.conf.debian | |
parent | bwlp: Put kiosk-chromium in proper target (diff) | |
download | mltk-799b2ac7c1241c4793fa33d6f7fad414eade845e.tar.gz mltk-799b2ac7c1241c4793fa33d6f7fad414eade845e.tar.xz mltk-799b2ac7c1241c4793fa33d6f7fad414eade845e.zip |
[kiosk-firefox] Add new module
Diffstat (limited to 'core/modules/kiosk-firefox/module.conf.debian')
-rw-r--r-- | core/modules/kiosk-firefox/module.conf.debian | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/kiosk-firefox/module.conf.debian b/core/modules/kiosk-firefox/module.conf.debian new file mode 100644 index 00000000..443e3d22 --- /dev/null +++ b/core/modules/kiosk-firefox/module.conf.debian @@ -0,0 +1,8 @@ +#!/bin/bash +REQUIRED_CONTENT_PACKAGES=" + jq + xbindkeys +" +REQUIRED_BINARIES="" +REQUIRED_LIBRARIES="" +REQUIRED_DIRECTORIES="" |