Skip to content

Instantly share code, notes, and snippets.

View VinceGa's full-sized avatar

Vincent Gao VinceGa

  • Sensedge.cc
  • Seattle WA
View GitHub Profile
@VinceGa
VinceGa / bluez-5_40-install.sh
Created August 28, 2018 23:17 — forked from hsiehjack/bluez-5_40-install.sh
Install bluez 5.40 for ubuntu
#!/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