mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 02:56:07 +08:00
Pick-to: 6.2 Pick-to: 6.3 Change-Id: Ia981b4ab37a6ca15a566feb2fdc176253b419193 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@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
|