We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6188df commit db6df37Copy full SHA for db6df37
README.md
@@ -62,12 +62,16 @@ todo:
62
63
2.自动化安装方案(直接薅道长羊毛)
64
* 终端执行
65
+
66
bash -c "$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)"
67
68
* 添加定时方案
69
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 -
71
或者下载脚本到本地后
72
73
chmod a+x /path/autorun.sh
74
75
echo "30 7 * * * bash /path/autorun.sh " >> /path/logfile.log 2>&1" | crontab -
76
77
命令说明 /patch 为脚本存放路径(脚本放在与源码同级的自定义目录中)
0 commit comments