mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Pick-to: 6.3 Pick-to: 6.2 Change-Id: If1c873bb3334639477e43f8d5d83d62338f6f4c0 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
9 lines
86 B
Bash
Executable File
9 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
brew install blueutil
|
|
|
|
#Disable Bluetooth
|
|
blueutil -p 0
|