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

@@ -21,7 +21,7 @@ if [ "$EUID" -ne 0 ]; then
fi
SECURE_TMP=$(mktemp -d /tmp/ips_master_install.XXXXXX)
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 Master v4.3.0 安装引擎..."