2 Star 10 Fork 5

偷撸大队/AuoSpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
spy_install_ql.sh 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
XSC-LENOVO 提交于 2022-05-02 14:54 . 增加 青龙安装脚本;
if [ ! -d /ql/scripts/spy ]; then
mkdir /ql/scripts/spy
fi
cd /ql/scripts/spy
if [ -d ./auto_spy/ ]; then
rm -rf ./auto_spy
fi
git clone https://gitee.com/xxsc/auo-spy.git ./auto_spy
cp -rf ./auto_spy/* ./
if [ -f ./auto_spy.yaml ]; then
echo "配置文件已存在,不复制示例配置"
else
echo "第一次安装,复制示例配置"
cp auto_spy_simple.yaml auto_spy.yaml
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xxsc/auo-spy.git
git@gitee.com:xxsc/auo-spy.git
xxsc
auo-spy
AuoSpy
master

搜索帮助