compile indicators after openCV
This commit is contained in:
parent
2d7ce5899a
commit
82a20db9a5
|
@ -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 ============"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user