From e254d07d23697b0243afb07b410efa307cb0373d Mon Sep 17 00:00:00 2001 From: Yossi Date: Mon, 9 Apr 2018 15:18:21 +0300 Subject: [PATCH] install LED deps --- stage2/06-dride-base/00-run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index 21727ea..47cac94 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -253,6 +253,10 @@ sudo apt-get install python-dev swig -y cd /home/core/modules/indicators/python sudo python setup.py install +cd /home/core/modules/led +npm i + + echo "========== Setup bluetooth ============" sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev -y