NicolasWebDev / reinstall-magisk-on-lineageos

Small bash script to reinstall magisk after each LineageOS update
75 stars 16 forks source link

Setting the appropriate flags for boot_patch.sh #36

Open bfg01 opened 1 year ago

bfg01 commented 1 year ago

Even when running as root, shouldn't appropriate flags for boot_patch.sh be set before actually trying to patch?

With flags I mean the ones such as KEEPVERITY, KEEPFORCEENCRYPT, RECOVERYMODE, etc.

The Magisk app itself actually sets them all before patching; just we don't see that.

An improperly patched image could lead to malfunction, couldn't it?