Commit cdd5f9b6 authored by topjohnwu's avatar topjohnwu

Fix busybox installation

parent 4c9f5f46
......@@ -51,7 +51,7 @@ public class DownloadBusybox extends ParallelTask<Void, Void, Void> {
e.printStackTrace();
}
if (busybox.exists()) {
getShell().su_raw(
getShell().su(
"rm -rf " + MagiskManager.BUSYBOXPATH,
"mkdir -p " + MagiskManager.BUSYBOXPATH,
"cp " + busybox + " " + MagiskManager.BUSYBOXPATH,
......
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