From 77b9e38910e148c1c96882e777e3d4083f06766e Mon Sep 17 00:00:00 2001 From: RunarHanssen <35663015+RunarHanssen@users.noreply.github.com> Date: Mon, 22 Jan 2018 01:17:17 +0100 Subject: [PATCH] Update README.md #115 "sudo apt-get install devscripts" installs debscripts package that contains the "debchange" command required in line #124 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e6d9e4..e5160c4 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ sudo systemctl restart bluetooth ### Another method that does not require building bluez from sources ```sh sudo apt-get install debhelper dh-autoreconf flex bison libdbus-glib-1-dev libglib2.0-dev libcap-ng-dev libudev-dev libreadline-dev libical-dev check dh-systemd libebook1.2-dev +sudo apt-get install devscripts wget https://launchpad.net/ubuntu/+archive/primary/+files/bluez_5.43.orig.tar.xz wget https://launchpad.net/ubuntu/+archive/primary/+files/bluez_5.43-0ubuntu1.debian.tar.xz