Improved system for installing things not available on the system when built.
This commit is contained in:
14
usr/share/stormux/installable_packages.json
Normal file
14
usr/share/stormux/installable_packages.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user