diff --git a/README.md b/README.md index 0443018..0cd40ee 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - [x] 2022.4.9 已兼容青龙`2.12.x`版本路经 -## 1.进入容器内 +## 1.进入容器内(后续命令全部在容器内执行) ``` bash # 进入青龙容器内,“qinglong” 为容器名字。 @@ -20,7 +20,7 @@ docker exec -it qinglong /bin/bash - [x] 一键安装 ``` -rm -f install.sh* && wget -q https://git.metauniverse-cn.com/https://raw.githubusercontent.com/curtinlv/gd/main/install.sh && bash install.sh +rm -f install.sh* && wget -q https://raw.githubusercontent.com/WanSen10/gd/main/install.sh && bash install.sh ``` @@ -71,6 +71,9 @@ tail -100f /ql/data/log/bot/run.log ![图2:完成登录,tg机器人发通知](https://raw.githubusercontent.com/curtinlv/gd/main/img/p2.png) +## 删除历史登录session +rm -f /ql/config/user.session + ## **登录user开启监控** - [x] a.发送【/user】 点击 **“重新登录”** diff --git a/install.sh b/install.sh index a424fdc..8dbe072 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -daili='https://git.metauniverse-cn.com/' +daili='' if [ -d /ql/data/config ];then QLMainPath='/ql/data'