Skip to content

Instantly share code, notes, and snippets.

View lennysh's full-sized avatar
💭
I never Lose. I either Win or Learn.

Lenny Shirley lennysh

💭
I never Lose. I either Win or Learn.
View GitHub Profile
@lennysh
lennysh / patch_pi_openhab_bluetooth.sh
Last active February 13, 2016 18:28 — forked from richbeales/patch_openhab_bluetooth.sh
BASH Script to Patch OpenHAB Bluetooth Binding For Raspbian
#!/bin/sh
# Patch OpenHAB Bluetooth Binding For Raspbian (by building the BlueCove GPL on the target machine)
#
# Description: Patches the bluetooth binding compiled for OpenHAB with the
# libraries needed to run on Raspbian. You should change the path to Java below
# in the JAVA_BIN environmental variable.
#
# PLACE THIS SCRIPT IN AN EMPTY DIRECTORY WITH THE OPENHAB BLUETOOTH BINDING!
#