Skip to content

Commit

Permalink
update references to the Magisk app
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis committed May 31, 2021
1 parent 3d55aef commit ea51119
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea51119

Please sign in to comment.