diff --git a/bt-agent.bin b/bt-agent.bin new file mode 100755 index 0000000..f29bf24 Binary files /dev/null and b/bt-agent.bin differ diff --git a/setup.sh b/setup.sh index 7656e2a..7594ed9 100755 --- a/setup.sh +++ b/setup.sh @@ -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