Modify the post install

Remove stuff that does not need to be there.  Cannot insmod after DKMS
runs because the built module will be incorrect.
This commit is contained in:
Jeff Curless
2026-02-06 13:20:09 -05:00
parent 7be1733dab
commit b8650dc702

View File

@@ -5,6 +5,6 @@ then
sudo sh -c 'echo "oneUpPower" >> /etc/modules'
fi
sudo sh -c 'echo "options oneUpPower soc_shutdown=5" > /etc/modprobe.d/oneUpPower.conf'
sudo depmod -a
sudo insmod oneUpPower.ko
sync
#sudo depmod -a
#sudo insmod oneUpPower.ko
#sync