mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-09-05 23:49:56 +08:00
feat(agent): 将深海声呐武器 mod_quality.sh 接入 install 部署/OTA 补给线
This commit is contained in:
@@ -634,6 +634,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
curl -sL "${REPO_RAW_URL}/core/mod_trust.sh" -o "${INSTALL_DIR}/core/mod_trust.sh"
|
curl -sL "${REPO_RAW_URL}/core/mod_trust.sh" -o "${INSTALL_DIR}/core/mod_trust.sh"
|
||||||
|
# [v4.0.0 新增] 下载深海声呐 IP 质量检测模块
|
||||||
|
curl -sL "${REPO_RAW_URL}/core/mod_quality.sh" -o "${INSTALL_DIR}/core/mod_quality.sh"
|
||||||
|
|
||||||
chmod +x ${INSTALL_DIR}/core/*.sh
|
chmod +x ${INSTALL_DIR}/core/*.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user