Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 596 Bytes

File metadata and controls

30 lines (23 loc) · 596 Bytes

安装 proot 容器

bash -c "$(curl -L https://github.com/LLOneBot/llonebot-termux/raw/main/debian.sh)"
exit

安装 xvfb

bash bookworm-arm64.sh
bash -c "$(curl -L https://github.com/LLOneBot/llonebot-termux/raw/main/step-by-step/xvfb.sh)"
exit

安装 liteloader

bash bookworm-arm64.sh
bash -c "$(curl -L https://github.com/LLOneBot/llonebot-termux/raw/main/step-by-step/liteloader.sh)"
exit

安装 llonebot

bash bookworm-arm64.sh
bash -c "$(curl -L https://github.com/LLOneBot/llonebot-termux/raw/main/step-by-step/llob.sh)"
exit