diff options
Diffstat (limited to 'bundles/tgnotify/metadata.py')
| -rw-r--r-- | bundles/tgnotify/metadata.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/tgnotify/metadata.py b/bundles/tgnotify/metadata.py new file mode 100644 index 0000000..f1c6fe4 --- /dev/null +++ b/bundles/tgnotify/metadata.py @@ -0,0 +1,7 @@ +defaults = { + "apk": { + "packages": { + "curl": {}, + }, + }, +} |