Skip to content

Commit db6df37

Browse files
authored
Update README.md
1 parent a6188df commit db6df37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,16 @@ todo:
6262

6363
2.自动化安装方案(直接薅道长羊毛)
6464
* 终端执行
65+
6566
bash -c "$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)"
6667

6768
* 添加定时方案
69+
6870
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 -
6971
或者下载脚本到本地后
72+
7073
chmod a+x /path/autorun.sh
74+
7175
echo "30 7 * * * bash /path/autorun.sh " >> /path/logfile.log 2>&1" | crontab -
7276

7377
命令说明 /patch 为脚本存放路径(脚本放在与源码同级的自定义目录中)

0 commit comments

Comments
 (0)