Commit cada8622 authored by topjohnwu's avatar topjohnwu

Fix install script to copy folders

parent 682c6d4e
......@@ -59,7 +59,7 @@ direct_install() {
rm -rf /data/adb/magisk/* 2>/dev/null
mkdir -p /data/adb/magisk 2>/dev/null
chmod 700 /data/adb
cp -f $3/* /data/adb/magisk
cp -rf $3/* /data/adb/magisk
rm -rf $3
}
......
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