summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/module.conf.debian
blob: 1895684c3101c6d4533ee83a2b5839d13f0691eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
	dmidecode
	msr-tools
	python3-netifaces
	util-linux
"

REQUIRED_CONTENT_PACKAGES="
	msr-tools
	dmidecode
	util-linux
"