fix installation process for indicators
This commit is contained in:
parent
40ea94d838
commit
7d17456de1
|
@ -360,8 +360,9 @@ if [ ${OS_TYPE} == "drideOS" ]; then
|
||||||
sudo apt-get install scons
|
sudo apt-get install scons
|
||||||
cd /home/Cardigan/modules/indicators
|
cd /home/Cardigan/modules/indicators
|
||||||
sudo scons
|
sudo scons
|
||||||
sudo apt-get install python-dev swig
|
sudo apt-get install python-dev swig -y
|
||||||
sudo python python/setup.py install
|
cd /home/Cardigan/modules/indicators/python
|
||||||
|
sudo python setup.py install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user