- 用ssh连接软件连接opewrt
# 进入root文件夹
cd /mnt/mmcblk2p4
# 如果是第一次使用,则建议创建新文件夹(后续更新请跳过该步骤)
mkdir cf-openwrt
# 进入文件夹(后续更新,只需要从这里重复下面的下载)
cd cf-openwrt
# 下载 cf-openwrt
wget https://raw.githubusercontent.com/Lbingyi/cf-autoupdate/main/cf-openwrt.sh
# 赋予执行权限
chmod +x cf-openwrt.sh
# 首次建议手动执行命令
bash /root/cf-openwrt/cf-openwrt.sh
-
bandwidth 处是带宽选择
-
一处是微信/Telegram推送token
- 0代表分9代表小时,意思是9:00整开始运行脚本
0 9 * * * bash /mnt/mmcblk2p4/cf-openwrt/cf-openwrt.sh
0 20 * * * bash /mnt/mmcblk2p4/cf-openwrt/cf-openwrt.sh
- 添加计划任务
- 依次进入 系统-计划任务
- 添加一下命令
- 到这里就完成全部操作了,然后就是等待自动执行。
- 当然,我们可以手动来执行一次,执行命令:
bash /mnt/mmcblk2p4/cf-openwrt/cf-openwrt.sh