diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary index 2b391f8..6dffdb5 100644 --- a/META-INF/com/google/android/update-binary +++ b/META-INF/com/google/android/update-binary @@ -164,7 +164,7 @@ for TARGET in $REPLACE; do done if $BOOTMODE; then - # Update info for Magisk Manager + # Update info for Magisk app mktouch $NVBASE/modules/$MODID/update cp -af $MODPATH/module.prop $NVBASE/modules/$MODID/module.prop fi diff --git a/README.md b/README.md index aafc030..1eacca2 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ * [Donate](https://www.paypal.me/osm0sis) ### Description -**This is NOT a normal module - it will NOT show up in Magisk Manager's installed modules list.** +**This is NOT a normal module - it will NOT show up in the Magisk app's installed modules list.** -Flash this script zip after each OTA has installed, but before you install Magisk to Inactive Slot from Manager +Flash this script zip after each OTA has installed, but before you install Magisk to Inactive Slot from the Magisk app -Initial install should be from the Downloads section in Manager, then subsequent flashes can be from the Modules section using the + button and selecting the downloaded zip from internal storage +Initial install should be from the Downloads section in the Magisk app, then subsequent flashes can be from the Modules section using the + button and selecting the downloaded zip from internal storage diff --git a/module.prop b/module.prop index 8785ae4..3c47097 100644 --- a/module.prop +++ b/module.prop @@ -3,7 +3,7 @@ name=TWRP A/B Retention Script version=Magisk versionCode=1 author=osm0sis @ xda-developers -description=Keep TWRP installed after an A/B OTA - Flash this after each OTA has installed, but before you install Magisk to Inactive Slot from Manager +description=Keep TWRP installed after an A/B OTA - Flash this after each OTA has installed, but before you install Magisk to Inactive Slot from the Magisk app support=https://forum.xda-developers.com/showthread.php?t=2239421 donate=https://www.paypal.me/osm0sis minMagisk=1500