This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ `bluetoothd -v` == 5.40 ] | |
then | |
echo "This script installs bluez version 5.40 and you already have it installed" | |
exit 0 | |
fi | |
sudo apt-get update | |
sudo apt-get -y install libglib2.0-dev libdbus-glib-1-dev libudev-dev libical-dev libreadline-dev |