NicolasWebDev / reinstall-magisk-on-lineageos

Small bash script to reinstall magisk after each LineageOS update
72 stars 15 forks source link

MicroG for LineageOS #23

Open ubmarco opened 1 year ago

ubmarco commented 1 year ago

Thanks for this (well working) solution to an annoying problem :)

I created a fork that works with the MicroG version of LineageOS.

Not sure whether it makes sense to add it to this repo (using an optional config), but I wanted to report it as issue.

The fork also removes the sudo for Python install as Python will default to ~/.local/lib/python3.x/site-packages in that case. I consider that the better install location and it's also safer.