Commit bd0409fd authored by 石松洲's avatar 石松洲 Committed by John Wu

Fix busybox filename

parent babdfe80
...@@ -53,8 +53,8 @@ class ShellInit : Shell.Initializer() { ...@@ -53,8 +53,8 @@ class ShellInit : Shell.Initializer() {
" cp -af $localBB \$MAGISKTMP/busybox/busybox", " cp -af $localBB \$MAGISKTMP/busybox/busybox",
" exec \$MAGISKTMP/busybox/busybox sh", " exec \$MAGISKTMP/busybox/busybox sh",
"else", "else",
" cp -af $localBB /dev/.busybox", " cp -af $localBB /dev/busybox",
" exec /dev/.busybox sh", " exec /dev/busybox sh",
"fi" "fi"
) )
} else { } else {
......
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