mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
Merge pull request #986 from CandleHater/patch-2
Added Pi4 support while deactivating Bluetooth
This commit is contained in:
@@ -705,6 +705,7 @@ if [ "${baseImage}" = "raspbian" ]; then
|
||||
|
||||
# disable bluetooth module
|
||||
sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt"
|
||||
sudo sh -c "echo 'dtoverlay=disable-bt' >> /boot/config.txt"
|
||||
|
||||
# remove bluetooth services
|
||||
sudo systemctl disable bluetooth.service
|
||||
|
Reference in New Issue
Block a user