blob: 53aad10fccbf440037cbecae6d55caf7c9f5a4e7 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
post_install() {
echo "************************************"
echo "Enable the service"
echo "systemctl enable --now mac-fan-control"
echo "************************************"
}
|