From 047334dea0d89897780410fd6e277af4d39d92d7 Mon Sep 17 00:00:00 2001 From: Yossi Date: Wed, 7 Jun 2017 13:43:07 +0300 Subject: [PATCH] bluetooth setup fixes --- stage2/01-sys-tweaks/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 905a9b9..5cd7032 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -311,7 +311,7 @@ sudo npm i --production echo "========== Setup bluetooth ============" -sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev +sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev -y # run npm install on Bluetooth daemon