Commit 2f2108e4 authored by topjohnwu's avatar topjohnwu

Fix typo in module installer

parent f5f7fd91
......@@ -69,7 +69,7 @@ if imageless_magisk; then
$BOOTMODE && MODDIRNAME=modules_update || MODDIRNAME=modules
MODULEROOT=$NVBASE/$MODDIRNAME
else
$BOOTMODE && IMGNAME=magisk.img || IMGNAME=magisk_merge.img
$BOOTMODE && IMGNAME=magisk_merge.img || IMGNAME=magisk.img
IMG=$NVBASE/$IMGNAME
request_zip_size_check "$ZIP"
mount_magisk_img
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment