Giter VIP home page Giter VIP logo

hackupdater's Introduction

hackupdater

A startup script for OSx86 (Hackintosh) user to install kexts or run scripts on update or upgrade

Installation

  1. Download the zip file from here and extract it. You'll find three files there
  2. Run the hackupdater_installer, it'll ask for admin password, give it
  3. Done.

NOTE 1: Installing kexts requires a reboot to work. It'll reboot automatically (so it'll reboot two times during update procedure—one to update and another to run post update tasks. It's done so that the user don't have to do anything at all).

NOTE 2: Backup of your existing kext(s) can be found here: /Users/Shared/Backups

Usage:

  1. Add/remove a kext

    To add a kext,

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

    To remove a kext,

    sudo hackupdater remove kext kext.kext
  2. Add/edit/remove a script

    To add a script,

    sudo hackupdater add script /path/to/script

    To edit (or add) a script,

    hackupdater edit script_name

    To remove a script,

    sudo hackupdater remove script script
  3. List added kexts/scripts

    To list kexts,

    hackupdater list kext

    To list scripts,

    hackupdater list script
  4. To run hackupdater manually (it's actually useless since it already took care of everything, still included)

    sudo hackupdater update
  5. For help

    hackupdater help

How it works

hackupdater is created using PHP CLI. It always triggers at startup and checks if the OS is updated. If not, it'll remain silent. Otherwise, it'll install the kexts and run the scripts you added (that means, it can be used to run post update scripts too).

Debug:

  • Error log: /Users/Shared/.hackupdater/logs/error.log
  • Std output log: /Users/Shared/.hackupdater/logs/out.log

hackupdater's People

Contributors

muntashirakon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.