diff --git a/setup/setup_agent_gsm.sh b/setup/setup_agent_gsm.sh index 896cfd6..9936379 100755 --- a/setup/setup_agent_gsm.sh +++ b/setup/setup_agent_gsm.sh @@ -11,8 +11,7 @@ GIT_SOURCE=https://git.sevana.biz/public/agent_gsm # Install prerequisites sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip python3-numpy -sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests -sudo pip3 install rabbitpy pydub +sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests rabbitpy pydub if [ -f "$INSTALL_DIR" ]; then rm -rf "$INSTALL_DIR"