Skip to content

Commit

Permalink
10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschwenn committed Oct 25, 2013
1 parent 668d459 commit 818bfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setupscript/setupscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ echo "...."
if [[ $(sw_vers -productVersion | grep '10.9') ]]
then
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist ControllerPowerState '0' > /dev/null 2>&1
sudo defaults write /Library/Preferences/com.apple.Bluetooth BluetoothAutoSeekKeyboard ‘0’ > /dev/null 2>&1
sudo defaults write /Library/Preferences/com.apple.Bluetooth BluetoothAutoSeekPointingDevice 0' > /dev/null 2>&1
sudo defaults write /Library/Preferences/com.apple.Bluetooth BluetoothAutoSeekKeyboard '0' > /dev/null 2>&1
sudo defaults write /Library/Preferences/com.apple.Bluetooth BluetoothAutoSeekPointingDevice '0' > /dev/null 2>&1
sudo killall blued
echo "BLUETOOTH IS DISABLED"
fi
Expand Down

0 comments on commit 818bfab

Please sign in to comment.