Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2 KB

README.md

File metadata and controls

46 lines (35 loc) · 2 KB

Bootlegger Kernel

For davinci | Mi 9T / Redmi K20

Includes KernelSU variant

Install

  • Download one of the releases
  • Backup your boot.img and dtbo.img
  • Flash it via recovery
  • Optional: If present, download the KernelSU Manager otherwise do it from the official repo

Build

  • Fork this repository
  • Run Action "CI Build"

Thanks / Credits

Add Branch

View branches: git branch --all
View upstream: git remote -v
In case of error "fatal: the remote end hung up unexpectedly":
    git config http.postBuffer 524288000
After adding: Add to Readme credits & Add to sync-upstream workflow
git clone https://github.com/[username]/bootlegger_kernel_archive.git

git remote add upstream [link].git
git fetch upstream

git checkout -b [new_branchname] upstream/[up_branchname]

git push -u origin [new_branchname]