Skip to content

hackupdater v1.0.0

Latest
Compare
Choose a tag to compare
@MuntashirAkon MuntashirAkon released this 26 Nov 14:05
· 6 commits to master since this release

Initial release of hackupdater, accessible from command line. Run ./hackupdater_installer to install. After that, you can access hackupdater from terminal. The script will run automatically upon update or upgrade.

Instructions

Add/remove a kext

To add a kext, run

sudo hackupdater add kext /path/to/kext.kext

To remove a kext, run

sudo hackupdater remove kext kext.kext

Add/remove a script

To add a script, run

sudo hackupdater add script /path/to/script

To remove a script, run

sudo hackupdater remove script script

List kexts/scripts

To list kexts

hackupdater list kext

To list scripts

hackupdater list script

To run hackupdater manually

sudo hackupdater update

For help

hackupdater help