mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 07:17:25 +00:00
Fix busybox filename
This commit is contained in:
@@ -53,8 +53,8 @@ class ShellInit : Shell.Initializer() {
|
||||
" cp -af $localBB \$MAGISKTMP/busybox/busybox",
|
||||
" exec \$MAGISKTMP/busybox/busybox sh",
|
||||
"else",
|
||||
" cp -af $localBB /dev/.busybox",
|
||||
" exec /dev/.busybox sh",
|
||||
" cp -af $localBB /dev/busybox",
|
||||
" exec /dev/busybox sh",
|
||||
"fi"
|
||||
)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user