diff options
author | Simon Rettberg | 2018-11-16 14:26:36 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-11-16 14:26:36 +0100 |
commit | dba8b4b66995deaee4f76d965e90b34d282ccf91 (patch) | |
tree | 59762a67b426e72f93c100ebe5e92199bc8004f3 /core/modules/hardware-stats | |
parent | [dnbd3] Bump version (diff) | |
download | mltk-dba8b4b66995deaee4f76d965e90b34d282ccf91.tar.gz mltk-dba8b4b66995deaee4f76d965e90b34d282ccf91.tar.xz mltk-dba8b4b66995deaee4f76d965e90b34d282ccf91.zip |
[beamergui] Update to 2.0, move parse-edid to own module
Diffstat (limited to 'core/modules/hardware-stats')
-rw-r--r-- | core/modules/hardware-stats/module.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/hardware-stats/module.conf b/core/modules/hardware-stats/module.conf index 3c131ec7..a452e852 100644 --- a/core/modules/hardware-stats/module.conf +++ b/core/modules/hardware-stats/module.conf @@ -1,6 +1,7 @@ #!/bin/bash REQUIRED_MODULES=" dmidecode + parse-edid " REQUIRED_BINARIES=" rdmsr |