Skip to content

Commit

Permalink
Add fixed up version of bt-agent
Browse files Browse the repository at this point in the history
The bt-agent package in Debian doesn't correspond to any version of the
bluez-tools on its new GitHub home. So either the tarball that used to
be on Google Code was modified compared to the checked in version, or
the Debian packager uploaded a modified tarball.

In the meantime, and for the sake of expediency, ship a binary for the
CHIP, built from https://github.com/hadess/bluez-tools
  • Loading branch information
hadess committed May 13, 2016
1 parent 6f7a1ed commit 713d380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added bt-agent.bin
Binary file not shown.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ apt-get update
apt-get upgrade -y
apt-get install -y bluez-tools pulseaudio-module-bluetooth pulseaudio

# See git log for details
cp -f bt-agent.bin /usr/bin/bt-agent

# Setup default hostname (and Bluetooth adapter name)
hostnamectl set-hostname "$NAME"
# FIXME: When the systemd version supports it
Expand Down

0 comments on commit 713d380

Please sign in to comment.