Skip to content

Instantly share code, notes, and snippets.

@olegbuevich
Created December 5, 2019 09:31
Show Gist options
  • Save olegbuevich/feb12b545efa85eb4acb9b4f5d6af24b to your computer and use it in GitHub Desktop.
Save olegbuevich/feb12b545efa85eb4acb9b4f5d6af24b to your computer and use it in GitHub Desktop.
Install kexts from terminal
# Catalina only
sudo spctl --master-disable
sudo mount -uw
sudo killall Finder
# All
sudo cp -R *.kext /Library/Extensions
# fix permissions
sudo chown -v -R root:wheel /System/Library/Extensions
sudo touch /System/Library/Extensions
sudo chmod -v -R 755 /Library/Extensions
sudo chown -v -R root:wheel /Library/Extensions
sudo touch /Library/Extensions
sudo kextcache -i /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment