View Single Post
Posts: 540 | Thanked: 387 times | Joined on May 2009
#22
Untested but rather than editing the script each time, this should work:

replace:
Code:
insmod /root/psfreedom.ko
exit 1
with
Code:
if [ -f "/root/musbtoggle" ];
then rm /root/musbtoggle;
else insmod /root/psfreedom.ko; touch /root/musbtoggle; exit 1
fi
Though there is a disable script that was included in the original psfreedom zip archive...