-
Notifications
You must be signed in to change notification settings - Fork 46
开机自启
LOGI edited this page May 24, 2019
·
21 revisions
开机自启
和 定时任务
为并列关系,任选其一,不可重复设置。其区别在于,后者会打印 log
到系统日志
将 sh
和 json
文件保存至 /etc/storage/CloudDisk/
中,执行以下命令
curl -O https://raw.githubusercontent.com/vcheckzen/FamilyCloudSpeederInShell\
/assistantce/install/router.sh && bash router.sh padavan_bootup && rm -f router.sh
将 sh
和 json
文件保存到 /jffs/scripts/CloudDisk/
中,执行以下命令
curl -O https://raw.githubusercontent.com/vcheckzen/FamilyCloudSpeederInShell\
/assistantce/install/router.sh && bash router.sh merlin_bootup && rm -f router.sh
OpenWRT
,LEDE
,Pandorabox
等类 OP
固件,将 sh
和 json
文件保存到 /root/CloudDisk/
中执行以下命令
curl -O https://raw.githubusercontent.com/vcheckzen/FamilyCloudSpeederInShell\
/assistantce/install/router.sh && bash router.sh openwrt_bootup && rm -f router.sh
如果该项目对你有帮助,不妨 Star
和 Fork
. 转载和发布插件请注明原始来源