Improved system for installing things not available on the system when built.

This commit is contained in:
Storm Dragon
2025-10-09 23:13:27 -04:00
parent 3176d348c6
commit a02a8743d2
4 changed files with 287 additions and 8 deletions

View 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"
}
}
}