fix installation process for indicators

pull/155/head
Yossi 2017-07-27 09:14:56 +03:00
parent 40ea94d838
commit 7d17456de1
1 changed files with 3 additions and 2 deletions

View File

@ -360,8 +360,9 @@ if [ ${OS_TYPE} == "drideOS" ]; then
sudo apt-get install scons
cd /home/Cardigan/modules/indicators
sudo scons
sudo apt-get install python-dev swig
sudo python python/setup.py install
sudo apt-get install python-dev swig -y
cd /home/Cardigan/modules/indicators/python
sudo python setup.py install
fi