fix(core): 修复引导程序中硬编码的远端地址,将仓库源切换回 main 主线

This commit is contained in:
hotyue
2026-06-03 04:53:21 +00:00
parent 4617b7e482
commit 3e863285d4
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ trap cleanup_and_exit INT QUIT TERM
trap 'rm -rf "$SECURE_TMP" 2>/dev/null' EXIT HUP
# 测试期指向当前重构开发分支
REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/feature/v4.3.0-modular"
REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/main"
echo -e "\n⏳ 正在拉取 IP-Sentinel v4.3.0 安装模块引擎..."