feat(master): 新增 Master 中枢一键卸载功能及安装脚本交互菜单

This commit is contained in:
hotyue
2026-04-10 12:50:53 +00:00
parent f7bbfe9010
commit f8b4777ed8

View File

@@ -1,9 +1,9 @@
#!/bin/bash
# [新增] 提取仓库直链前缀变量,方便后续在官方库和私库间一键切换
# 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"
MASTER_DIR="/opt/ip_sentinel_master"
DB_FILE="${MASTER_DIR}/sentinel.db"