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