https://github.com/not-nullptr/kextupdater
A console app to update kexts.
https://github.com/not-nullptr/kextupdater
Last synced: 12 months ago
JSON representation
A console app to update kexts.
- Host: GitHub
- URL: https://github.com/not-nullptr/kextupdater
- Owner: not-nullptr
- License: gpl-3.0
- Created: 2022-07-16T17:01:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T07:29:23.000Z (over 3 years ago)
- Last Synced: 2025-03-26T15:48:05.076Z (about 1 year ago)
- Language: C#
- Size: 41 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KextUpdater
A cross-platform .NET 6 console app which updates your hackintosh's kexts (and which may update OC in future, too).
## Installation
Run `git clone https://github.com/NotARobot6969/KextUpdater` in the directory you want to download KextUpdater in. Move to the newly-created KextUpdater directory, then navigate to the project folder. (`cd .\KextUpdater\KextUpdater`). Finally, build and run the app (`dotnet build && dotnet run`).