mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Create BusyBox_CN.md
This commit is contained in:
parent
5cf98f4703
commit
be2ae4e2ac
32
Guides/BusyBox_CN.md
Normal file
32
Guides/BusyBox_CN.md
Normal file
@ -0,0 +1,32 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
|
||||
## 指南:如何安装 BusyBox
|
||||
|
||||
### 前言:
|
||||
##### 由于 Magisk 已经内置了 BusyBox,所以此过程非常简单
|
||||
|
||||
## 步骤
|
||||
|
||||
### 步骤 1:
|
||||
使用通过 Play Store 下载或通过 sideload 安装到 WSA 的 Android 浏览器,下载以下 [Magisk 模块](https://github.com/Magisk-Modules-Alt-Repo/BuiltIn-BusyBox) 来安装和符号链接 BusyBox 与其附带的应用程序到 Magisk 内置的 busybox 二进制文件。不需要手动操作或获取自定义版本。
|
||||
|
||||
### 步骤 2:
|
||||
通过 Magisk Manager 安装 Magisk 模块 .zip 文件
|
||||
|
||||
### 步骤 3 (可选):
|
||||
您可以通过 Root Checker 或使用 ADB Shell 进行测试是否 BusyBox 正常工作:
|
||||
|
||||
![image](https://user-images.githubusercontent.com/68516357/219951996-cd72359c-cfa7-4b99-8965-8249b0c917e1.png)
|
||||
|
||||
或
|
||||
|
||||
`` adb shell ``
|
||||
``su``
|
||||
``busybox | head -1``
|
||||
|
||||
![image](https://user-images.githubusercontent.com/68516357/219952139-7037c81a-a3d6-4e34-9cb7-84601f5cd990.png)
|
||||
|
||||
|
||||
### 如果您遇到问题或不理解指南中的任何步骤,请加入 Discord 并在这里提问:
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
Loading…
Reference in New Issue
Block a user