Initial commit

This commit is contained in:
Christian Schendel 2025-09-01 22:42:03 +02:00
commit b28950353b
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
9 changed files with 266 additions and 0 deletions

6
hardinfo2.install Normal file
View file

@ -0,0 +1,6 @@
post_install() {
echo ""
echo "The included service is required for root access:"
echo "systemctl start hardinfo2"
echo ""
}