From 50da8352d44a95510fc4fbb00dc4557c5e7b3e41 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:39:45 +0000 Subject: [PATCH] =?UTF-8?q?chore(legacy):=20=F0=9F=94=84=20=E8=B7=A8?= =?UTF-8?q?=E5=88=86=E6=94=AF=E8=9E=8D=E5=90=88=E4=B8=BB=E5=B9=B2=20v3.2.2?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E4=BF=AE=E6=AD=A3=20REPO=5FRAW=5FURL=20?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=E6=8C=87=E5=90=91=20legacy=20=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/install.sh | 2 +- master/install_master.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/install.sh b/core/install.sh index 3208a84..c1919d4 100755 --- a/core/install.sh +++ b/core/install.sh @@ -6,7 +6,7 @@ # ========================================================== # 你的 GitHub 仓库 Raw 数据直链前缀 -REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/main" +REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/legacy" # 临时改为私库地址用于测试 # REPO_RAW_URL="https://git.94211762.xyz/hotyue/IP-Sentinel/raw/branch/main" INSTALL_DIR="/opt/ip_sentinel" diff --git a/master/install_master.sh b/master/install_master.sh index 9301ada..5473674 100755 --- a/master/install_master.sh +++ b/master/install_master.sh @@ -6,7 +6,7 @@ # ========================================================== # [新增] 提取仓库直链前缀变量,方便后续在官方库和私库间一键切换 -REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/main" +REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/legacy" # 临时改为私库地址用于测试 # REPO_RAW_URL="https://git.94211762.xyz/hotyue/IP-Sentinel/raw/branch/main"