linux-tools/modules/install/programs.json
Marcel Schwarz 6061a7d224 Change from dynamic to explicit module loading
dynamic loading was removed to have an overall better flow control,
Remove Abstract Module, 
clear out module __init__.py
2020-03-06 02:34:57 +01:00

16 lines
207 B
JSON

{
"basic-tools": [
"bleachbit",
"nano",
"xrdp",
"htop",
"bash-completion",
"dialog",
"powertop",
"tree"
],
"hard-drive": [
"smartmontools",
"gsmartcontrol"
]
}