chore: 自用 fork 指向本仓库 git.dr1997.com/public/reinstall, 移除上游引用

- reinstall.sh/reinstall.bat confhome 改为 git.dr1997.com/public/reinstall/raw/main
- confhome_cn 置空(本仓库即国内托管, 无需镜像)
- 删除 sync_to_cnb.yml(上游 CI 同步 workflow, 引用 bin456789 仓库)
This commit is contained in:
2026-08-16 18:11:57 +08:00
parent ae3ad40c75
commit 7b41761437
3 changed files with 9 additions and 24 deletions
+5 -3
View File
@@ -6,9 +6,11 @@
# alpine 默认没有 bash,因此 shebang 用 sh,再 exec 切换到 bash
set -eE
confhome=https://raw.githubusercontent.com/bin456789/reinstall/main
confhome_cn=https://cnb.cool/bin456789/reinstall/-/git/raw/main
# confhome_cn=https://www.ghproxy.cc/https://raw.githubusercontent.com/bin456789/reinstall/main
confhome=https://git.dr1997.com/public/reinstall/raw/main
confhome_cn=
# 本仓库自用 fork: confhome 指向 git.dr1997.com/public/reinstall
# 仓库托管于腾讯云(国内), 国内/海外均直连本仓库, 无需 confhome_cn
# confhome_cn=https://git.dr1997.com/public/reinstall/raw/main
# 用于判断 reinstall.sh 和 trans.sh 是否兼容
SCRIPT_VERSION=4BACD833-A585-23BA-6CBB-9AA4E08E0004