From 690aa2c1891bbb822ca32810eeab5ff54df1d676 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:59:35 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=87=E5=9B=9E=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E6=BA=90=EF=BC=8C=E5=87=86=E5=A4=87=E5=8F=91=E5=B8=83=20v3.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/install.sh b/core/install.sh index 38fc3c6..90b20ff 100755 --- a/core/install.sh +++ b/core/install.sh @@ -6,9 +6,9 @@ # ========================================================== # 你的 GitHub 仓库 Raw 数据直链前缀 -# REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/main" +REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/main" # 临时改为私库地址用于测试 -REPO_RAW_URL="https://git.94211762.xyz/hotyue/IP-Sentinel/raw/branch/main" +# REPO_RAW_URL="https://git.94211762.xyz/hotyue/IP-Sentinel/raw/branch/main" INSTALL_DIR="/opt/ip_sentinel" CONFIG_FILE="${INSTALL_DIR}/config.conf"