# Bonuscloud-script **Repository Path**: yang78/Bonuscloud-script ## Basic Information - **Project Name**: Bonuscloud-script - **Description**: A script to run bonuscloud on Newifi3 by Padavan - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bonuscloud-script Here for LOW STORAGE DEVICE: https://github.com/NikomimiSaya/Bonuscloud-script/tree/low-storage 第一步:修改bxc.sh ``` BXC_EMAIL="abc@abc.com" BXC_BCODE="xxxxxxx" ``` 第二步:上传至/etc/storage/bxc 第三步:初始化 ``` chmod -R 777 /etc/storage/bxc /etc/storage/bxc/bxc.sh init /etc/storage/bxc/bxc.sh start ``` 第四步:开机脚本中添加语句 ``` /etc/storage/bxc/bxc.sh start ```