文章内容上次编辑时间于 1 year ago。文章内容已经很陈旧了,也许不再适用!
文章共 52 字,阅读完预计需要 6 秒。文章篇幅适中,可以放心阅读。
wifi棒开机熄灯
cd ~ mkdir lightoff cd lightoff wget https://pan.biubush.cn/d/download/arm64/lightoff.tgz tar -zxvf lightoff.tgz mv lightoff.sh /bin/lightoff.sh chmod 777 /bin/lightoff.sh mv lightoff.service /etc/systemd/system/lightoff.service chmod 777 /etc/systemd/system/lightoff.service cd ~ rm -r ~/lightoff sudo systemctl daemon-reload sudo systemctl enable lightoff.service sudo systemctl start lightoff.service