Skip to content

Commit

Permalink
fix typo in zh_CN guide (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
sky96111 authored Oct 9, 2023
1 parent 3d59071 commit 72d756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/zh_CN/guide/difference-with-magisk.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
4. BusyBox 的目录不同;KernelSU 内置的 BusyBox 在 `/data/adb/ksu/bin/busybox` 而 Magisk 在 `/data/adb/magisk/busybox`**注意此为 KernelSU 内部行为,未来可能会更改!**
5. KernelSU 不支持 `.replace` 文件;但 KernelSU 支持 `REPLACE``REMOVE` 变量。
6. KernelSU 新增了一种脚本 `boot-completed.sh`,以便在 Android 系统启动后运行某些任务。
7. KernelSU 新增了一种脚本 `post-moount.sh`,以便在 Overlayfs 挂载后运行某些任务。
7. KernelSU 新增了一种脚本 `post-mount.sh`,以便在 Overlayfs 挂载后运行某些任务。

0 comments on commit 72d756c

Please sign in to comment.