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"