2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-01 23:25:50 +00:00

Add base Magisk module installer script

This commit is contained in:
topjohnwu
2019-03-23 04:27:36 -04:00
parent 8de03eef3f
commit f9ae4ab475
2 changed files with 147 additions and 1 deletions

View File

@@ -412,7 +412,7 @@ mount_magisk_img() {
}
unmount_magisk_img() {
rm -f $MODULEPATH 2>/dev/null
rm -f $MOUNTPATH 2>/dev/null
}
boot_actions() { return; }