Hope2333 · Termux
Termux 专属手动配置 · Hope2333
推荐先用一键脚本:/repo/ install.sh(自动检测 Termux、配置引导源并安装 hope2333-mirrorlist 包、自动迁移旧配置、幂等)。以下为手动配置方式。
Pacman 源配置(引导源 + mirrorlist 包)
- 将引导节追加到
$PREFIX/etc/pacman.conf末尾:
[hope2333-meta]
Server = https://hope2333.github.io/repo/Termux/pacman/
SigLevel = Optional TrustAll
- 安装 mirrorlist 包:
pacman -Sy && pacman -S hope2333-mirrorlist(包内自动追加Include = /etc/pacman.d/hope2333-mirrorlist.conf,此后源变更随包升级生效)
已有旧版 [hope2333] 块(单 Server 或多 Server):整体替换为本引导节,勿追加——重复注册会报 database already registered;或直接重跑 install.sh 自动迁移。
手动配置(不装 hope2333-mirrorlist 包)
[codegraph-termux]
Server = https://hope2333.github.io/repo/Termux/pacman/
Server = https://github.com/Hope2333/codegraph-termux/releases/latest/download/
SigLevel = Optional TrustAll
[opencode-termux]
Server = https://hope2333.github.io/repo/Termux/pacman/
Server = https://github.com/Hope2333/opencode-termux/releases/latest/download/
SigLevel = Optional TrustAll
[MiMoCode-Termux]
Server = https://hope2333.github.io/repo/Termux/pacman/
Server = https://github.com/Hope2333/MiMoCode-Termux/releases/latest/download/
SigLevel = Optional TrustAll
[freebuff-termux]
Server = https://hope2333.github.io/repo/Termux/pacman/
Server = https://github.com/Hope2333/freebuff-termux/releases/latest/download/
SigLevel = Optional TrustAll
[codebuff-termux]
Server = https://hope2333.github.io/repo/Termux/pacman/
Server = https://github.com/Hope2333/codebuff-termux/releases/latest/download/
SigLevel = Optional TrustAll
APT 源配置(引导源 + mirrorlist 包)
- 将引导行写入
$PREFIX/etc/apt/sources.list.d/hope2333-bootstrap.list:
deb [trusted=yes arch=aarch64] https://hope2333.github.io/repo/Termux/apt/ ./
- 安装 mirrorlist 包:
apt update && apt install hope2333-mirrorlist(包内写入 hope2333.list,5 行 flat,指向各仓 Release latest)
旧 deb .../repo/Termux/apt/ stable main 行已失效(io 不再托管 apt 仓),请移除或替换为引导行。
手动配置(不装 hope2333-mirrorlist 包)
deb [trusted=yes arch=aarch64] https://github.com/Hope2333/codegraph-termux/releases/latest/download/ ./
deb [trusted=yes arch=aarch64] https://github.com/Hope2333/opencode-termux/releases/latest/download/ ./
deb [trusted=yes arch=aarch64] https://github.com/Hope2333/MiMoCode-Termux/releases/latest/download/ ./
deb [trusted=yes arch=aarch64] https://github.com/Hope2333/freebuff-termux/releases/latest/download/ ./
deb [trusted=yes arch=aarch64] https://github.com/Hope2333/codebuff-termux/releases/latest/download/ ./
未来将引入签名校验(repo-add -s / Release 签名),当前 v1 无签名。
← 返回 /repo/ 软件源总览