diff options
Diffstat (limited to 'core/modules/hardware-stats')
-rw-r--r-- | core/modules/hardware-stats/module.conf.debian | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/hardware-stats/module.conf.debian b/core/modules/hardware-stats/module.conf.debian new file mode 100644 index 00000000..05ce991e --- /dev/null +++ b/core/modules/hardware-stats/module.conf.debian @@ -0,0 +1,13 @@ +#!/bin/bash +REQUIRED_INSTALLED_PACKAGES=" + msr-tools + dmidecode + util-linux +" + +REQUIRED_CONTENT_PACKAGES=" + msr-tools + dmidecode + util-linux +" + |