mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
moving down 'paho-library' installation to enable it in both virtual & real mode
This commit is contained in:
parent
ee561f91a4
commit
ad9e42c3d9
@ -107,13 +107,14 @@ if [ "$mode" = "N" ]; then
|
|||||||
sudo python setup.py install
|
sudo python setup.py install
|
||||||
cd ..
|
cd ..
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
fi
|
||||||
|
|
||||||
# Install Paho-MQTT-Library for MQTT Communication
|
# Install Paho-MQTT-Library for MQTT Communication
|
||||||
git clone https://github.com/eclipse/paho.mqtt.python.git
|
git clone https://github.com/eclipse/paho.mqtt.python.git
|
||||||
cd ./paho.mqtt.python
|
cd ./paho.mqtt.python
|
||||||
sudo python setup.py install
|
sudo python setup.py install
|
||||||
cd ..
|
cd ..
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
fi
|
|
||||||
|
|
||||||
chmod +x ./src/RaspberryAgent.py
|
chmod +x ./src/RaspberryAgent.py
|
||||||
sudo python ./src/RaspberryAgent.py -i $input -m $mode
|
sudo python ./src/RaspberryAgent.py -i $input -m $mode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user