update install.sh
[remote-debug.git] / install.sh
index acbf196..9c4f7ff 100755 (executable)
@@ -2,6 +2,9 @@
 
 SERVICE='suanzi-support.service'
 
+echo 'Install dependencies'
+apt install sshpass || exit 1
+pip install paho-mqtt || exit 1
 
 echo 'Install suanzi-support'
 cp suanzi-support /usr/local/bin/ || exit 1