Wiki page magisk changed with summary [added installation and magisk_boot.sh] by Daniel

This commit is contained in:
ORG-wiki 2022-02-18 20:27:54 +13:00
parent e4e322ddfa
commit 1bf21c6327

View file

@ -1,5 +1,3 @@
<alert type="warning" icon="fa fa-warning">WIP</alert>
====== Magisk ======
Magisk is a suite of open source software for customizing Android, supporting devices higher than Android 5.0.
@ -15,3 +13,13 @@ Some highlight features:
===== Download latest release =====
Go to [[https://github.com/topjohnwu/Magisk/releases|GitHub]] and download the latest apk file.
===== Installation =====
Follow the instructions at https://topjohnwu.github.io/Magisk/install.html.
===== magisk_boot.sh =====
This is for LineageOS recovery only. After updating LineageOS, you must perform the procedure again - https://topjohnwu.github.io/Magisk/install.html#patching-images
We created a quick script for it at https://github.com/TECH-SAVIOURS-ORG/magisk_boot.sh.