summaryrefslogtreecommitdiff
path: root/usb/install_kext.sh
blob: 22c181afa1fd3fd3fc9f49ccc50baf91c69644c4 (plain)
1
2
3
4
5
6
# Install OS X HCFR codeless kernel extension
echo "Installing OS X HCFR codeless kernel extension"
sudo cp -R Argyll.kext /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/Argyll.kext
sudo kextload -t  /System/Library/Extensions/Argyll.kext
echo "Reboot to finish installation"