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