[+] Install feature

This commit is contained in:
Hykilpikonna
2022-09-03 01:36:25 -04:00
parent f387de26dc
commit a6cef43f90
3 changed files with 126 additions and 91 deletions
+5 -2
View File
@@ -12,12 +12,15 @@ pip install ocpm
## Usage
First, cd to your EFI directory, and then run `ocpm update` to update all kexts.
First, cd to your EFI directory, and then run `ocpm -U` to update all kexts.
Use `ocpm -I [kext names...]` to install kexts
## Features / To-do
* [x] Update kexts to the latest version
* [ ] Install/uninstall kexts
* [x] Install kexts
* [ ] Uninstall kexts
* [ ] Resolve dependencies
* [ ] Install specific versions of a kext
* [ ] Install OS-dependent kexts (like AirportItlwm)