Files
gaming-image-files/usr/share/stormux/installable_packages.json

15 lines
330 B
JSON

{
"installable_packages": {
"thunderbird": {
"name": "Thunderbird Email Client",
"package": "thunderbird",
"verify_command": "command -v thunderbird"
},
"libreoffice": {
"name": "LibreOffice",
"package": "libreoffice-still",
"verify_command": "command -v libreoffice"
}
}
}