这是MAC下一个睡眠自动关闭蓝牙WIFI,睡醒自动开启蓝牙WIFI的脚本
只需执行一次该脚本即可实现睡眠关闭蓝牙WIFI功能
可能需要关闭SIP才能正常使用
你可以选择使用brew和没有brew的安装方法,两者选其一即可。
git clone https://github.com/dreamncn/SleepWithoutBluetoothAndWifi
cd SleepWithoutBluetoothAndWifi
chmod +x ./install.sh
./install.sh
git clone https://github.com/dreamncn/SleepWithoutBluetoothAndWifi
cd SleepWithoutBluetoothAndWifi
chmod +x ./install-without-brew.sh
./install-without-brew.sh
安装完成后您可能需要手动授权才能使用
请解锁后手动勾上sleepwatcher
cd SleepWithoutBluetoothAndWifi
chmod +x ./uninstall.sh
./uninstall.sh
安装完成后你可以直接删除 SleepWithoutBluetoothAndWifi
这个文件夹,卸载的时候再下载这个uninstall.sh
这个文件来卸载。
GPL3.0