summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/modules/hardware-stats/module.conf.debian3
-rw-r--r--core/modules/hardware-stats/module.conf.ubuntu3
2 files changed, 4 insertions, 2 deletions
diff --git a/core/modules/hardware-stats/module.conf.debian b/core/modules/hardware-stats/module.conf.debian
index 05ce991e..1895684c 100644
--- a/core/modules/hardware-stats/module.conf.debian
+++ b/core/modules/hardware-stats/module.conf.debian
@@ -1,7 +1,8 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
- msr-tools
dmidecode
+ msr-tools
+ python3-netifaces
util-linux
"
diff --git a/core/modules/hardware-stats/module.conf.ubuntu b/core/modules/hardware-stats/module.conf.ubuntu
index 05ce991e..1895684c 100644
--- a/core/modules/hardware-stats/module.conf.ubuntu
+++ b/core/modules/hardware-stats/module.conf.ubuntu
@@ -1,7 +1,8 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
- msr-tools
dmidecode
+ msr-tools
+ python3-netifaces
util-linux
"