Commit 4db0ad32 authored by topjohnwu's avatar topjohnwu

Fix install scripts

parent d0650403
Subproject commit 310b266251da60e649922e11cd3af1455e48304a Subproject commit a1871e4bc3b11fa5e17275527f87b18ce7a475b7
...@@ -84,7 +84,7 @@ if is_mounted /data; then ...@@ -84,7 +84,7 @@ if is_mounted /data; then
# Some legacy migration # Some legacy migration
mv /data/magisk/stock_boot* /data 2>/dev/null mv /data/magisk/stock_boot* /data 2>/dev/null
mv /data/magisk.img /data/adb/magisk.img [ -L /data/magisk.img ] || mv /data/magisk.img /data/adb/magisk.img
else else
MAGISKBIN=/cache/data_bin MAGISKBIN=/cache/data_bin
fi fi
......
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