File tree Expand file tree Collapse file tree 4 files changed +27
-6
lines changed Expand file tree Collapse file tree 4 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -58,21 +58,23 @@ todo:
5858## 安装说明
5959
60601.zy安装方案
61+
6162* [ 多平台安装教程] ( https://zy.catni.cn/otherShare/drpyS-build.html )
6263
63642.自动化安装方案(直接薅道长羊毛)
65+
6466* 终端执行
6567
66- bash -c "$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh )"
68+ ` bash -c "$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)" `
6769
6870* 添加定时方案
6971
70- echo "30 7 * * * bash -c \"\$ (curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)\ "" >> /path/logfile.log 2>&1" | crontab -
72+ ` echo "30 7 * * * bash -c \"\$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)\"" >> /path/logfile.log 2>&1" | crontab - `
7173
7274或者下载脚本到本地后
7375
74- chmod a+x /path/autorun.sh
76+ ` chmod a+x /path/autorun.sh `
7577
76- echo "30 7 * * * bash /path/autorun.sh >> /path/logfile.log 2>&1" | crontab -
78+ ` echo "30 7 * * * bash /path/autorun.sh >> /path/logfile.log 2>&1" | crontab - `
7779
7880命令说明 /patch 为脚本存放路径(脚本放在与源码同级的自定义目录中)
Original file line number Diff line number Diff line change 10991099 "type" : " alidrive"
11001100 }
11011101 ]
1102- }
1102+ }
Original file line number Diff line number Diff line change 10991099 "type" : " alidrive"
11001100 }
11011101 ]
1102- }
1102+ }
Original file line number Diff line number Diff line change @@ -57,6 +57,25 @@ <h2 id="问题说明">问题说明</h2>
5757< ol >
5858< li > windows上直接运行index.js可能会发现运行过程中的日志打印出中文乱码。建议通过yarn dev运行或者在package.json里点击dev脚本运行</ li >
5959</ ol >
60+ < h2 id ="安装说明 "> 安装说明</ h2 >
61+ < p > 1.zy安装方案</ p >
62+ < ul >
63+ < li > < a href ="https://zy.catni.cn/otherShare/drpyS-build.html "> 多平台安装教程</ a > </ li >
64+ </ ul >
65+ < p > 2.自动化安装方案(直接薅道长羊毛)</ p >
66+ < ul >
67+ < li > 终端执行</ li >
68+ </ ul >
69+ < p > < code > bash -c "$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)"</ code > </ p >
70+ < ul >
71+ < li > 添加定时方案</ li >
72+ </ ul >
73+ < p > < code > echo "30 7 * * * bash -c \"\$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)\"" >> /path/logfile.log 2>&1" | crontab -</ code > </ p >
74+ < p > 或者下载脚本到本地后</ p >
75+ < p > < code > chmod a+x /path/autorun.sh</ code > </ p >
76+ < p > < code > echo "30 7 * * * bash /path/autorun.sh >> /path/logfile.log 2>&1" | crontab -</ code > </ p >
77+ < p > 命令说明 /patch 为脚本存放路径(脚本放在与源码同级的自定义目录中)</ p >
6078
6179 </ body >
6280 </ html >
81+
You can’t perform that action at this time.
0 commit comments