mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-17 11:57:41 +00:00
Fix busybox filename
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user