mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-06-15 06:09:45 +08:00
fix(core): 修复引导程序中硬编码的远端地址,将仓库源切换回 main 主线
This commit is contained in:
@@ -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 安装引擎..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user