Jump to content
4 posts in this topic

Recommended Posts

Off the top of my head I think it's

 

cd /System/Library/Extensions

mv KextName.kext KextName.old

cd /[KEXT PATH]

cp -R KextName.kext /System/Library/Extensions

cd /System/Library/Extensions

chmod -R 755 KextName.kext

chown -R 0:0 KextName.kext

rm /System/Library/Extensions.mkext

×
×
  • Create New...