deb_packages
Field | Type | Required |
---|---|---|
deb_packages | object array | No |
This field is optional and is intended for use with native applications!
The .deb packages to be installed from the application/ directory. These packages will be installed with the 'dpkg -i' command.
Field | Type | Required | Description |
---|---|---|---|
name | string | Yes | The name of a package in the application/ directory |
description | string | Yes | A description of the package and its purpose. |
Example
[{ "name": "matrix.deb", "description": "The Dot-matrix display services." }]