7 lines
133 B
Text
7 lines
133 B
Text
|
|
post_install() {
|
||
|
|
echo ""
|
||
|
|
echo "The included service is required for root access:"
|
||
|
|
echo "systemctl start hardinfo2"
|
||
|
|
echo ""
|
||
|
|
}
|