diff --git a/battery/dkms/postinstall b/battery/dkms/postinstall index 4276022..6b4b28b 100755 --- a/battery/dkms/postinstall +++ b/battery/dkms/postinstall @@ -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