Skip to content

A lightweight alternative to Kext Utility for macOS.

License

Notifications You must be signed in to change notification settings

nucleare2/kinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

kinstall

A lightweight alternative to Kext Utility for macOS.

Since kinstall was made in bash it won't take more than a few bytes on your macOS install, but it will do absolutely the same as Kext Utility or Kext Wizard!

Installing

To install kinstall, use the following code:

cd /usr/bin && sudo curl https://raw.githubusercontent.com/ArtikusHG/kinstall/master/kinstall --output kinstall

Usage

Kinstall has only two simple options:

  • Install kext

  • Rebuild kext cache

To install a kext, simply run kinstall like that:

kinstall /path/to/kext/file

That will install a kext file to /System/Library/Extensions, fix its permissions and rebuild the kext cache.

To only rebuild kext cache, run kinstall like that:

kinstall rebuild

Contributing

Feel free to fork, place a pull request or issue to that small piece of code.

About

A lightweight alternative to Kext Utility for macOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages