mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +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
|
# disable bluetooth module
|
||||||
sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt"
|
sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt"
|
||||||
|
sudo sh -c "echo 'dtoverlay=disable-bt' >> /boot/config.txt"
|
||||||
|
|
||||||
# remove bluetooth services
|
# remove bluetooth services
|
||||||
sudo systemctl disable bluetooth.service
|
sudo systemctl disable bluetooth.service
|
||||||
|
Reference in New Issue
Block a user