compile indicators after openCV

pull/155/head
Yossi 2017-07-20 16:35:02 +03:00
parent 2d7ce5899a
commit 82a20db9a5
1 changed files with 8 additions and 14 deletions

View File

@ -272,15 +272,6 @@ if [ ${OS_TYPE} == "drideOS" ]; then
fi
if [ ${OS_TYPE} == "drideOS" ]; then
echo "========== Install Indicators ============"
sudo apt-get install scons
cd /home/Cardigan/modules/indicators
sudo python setup.py build
fi
if [ ${OS_TYPE} == "drideOS" ]; then
echo "========== Downloading and installing OpenCV ============"
@ -335,11 +326,6 @@ sudo update-rc.d -f fake-hwclock remove
# set HW clock
sudo hwclock -D -r
echo "========== Setup NeoPixel ============"
# TODO: ....
echo "========== Install Dride-core [Cardigan] ============"
@ -369,6 +355,14 @@ cd /home/Cardigan/dride-ws
sudo npm i --production
if [ ${OS_TYPE} == "drideOS" ]; then
echo "========== Install Indicators ============"
sudo apt-get install scons
cd /home/Cardigan/modules/indicators
sudo python setup.py build
fi
echo "========== Setup bluetooth ============"