reinstall-magisk-on-lineageos icon indicating copy to clipboard operation
reinstall-magisk-on-lineageos copied to clipboard

Allow for downloading the microg version of LineageOS

Open mattdale77 opened this issue 2 years ago • 2 comments

I modified the script to use the microg build. It broke it for the regular build but I'll show the updates here so they can be incorporated in a sensible fashion.

BUILD_SOURCE=https://download.lineage.microg.org

get_url_of_latest_build() { LATEST_BUILD=curl --no-progress-meter "$BUILD_SOURCE/$PHONE_ANDROID_NAME/" | grep --perl-regexp --only-matching "lineage.*.zip" | tail -1 echo $BUILD_SOURCE/$PHONE_ANDROID_NAME/$LATEST_BUILD }

mattdale77 avatar May 18 '22 14:05 mattdale77

See #10 .

NicolasWebDev avatar May 24 '22 01:05 NicolasWebDev

I created a fork to use microG. Seems like I created a duplicated issue, sorry for that.

ubmarco avatar Dec 19 '22 06:12 ubmarco