From 3e863285d45f859112f9e007c2cabce5c2edb678 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:53:21 +0000 Subject: [PATCH] =?UTF-8?q?fix(core):=20=E4=BF=AE=E5=A4=8D=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E7=A8=8B=E5=BA=8F=E4=B8=AD=E7=A1=AC=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E7=9A=84=E8=BF=9C=E7=AB=AF=E5=9C=B0=E5=9D=80=EF=BC=8C=E5=B0=86?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=BA=90=E5=88=87=E6=8D=A2=E5=9B=9E=20main?= =?UTF-8?q?=20=E4=B8=BB=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- master/install_master.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 61577ed..712a1e4 100755 --- a/install.sh +++ b/install.sh @@ -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 安装模块引擎..." diff --git a/master/install_master.sh b/master/install_master.sh index 81463b2..87b4b3d 100755 --- a/master/install_master.sh +++ b/master/install_master.sh @@ -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 安装引擎..."