mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 23:21:13 +01:00
Merge pull request #986 from CandleHater/patch-2
Added Pi4 support while deactivating Bluetooth
This commit is contained in:
commit
dd2db2589c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue