From aa45c878465f6bd916cd1b110a698e7d97932aa8 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Mon, 14 Aug 2023 16:00:13 +0300 Subject: [PATCH] - fixes --- config/agent.in.yaml | 2 +- setup/setup_agent_gsm.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/agent.in.yaml b/config/agent.in.yaml index a089011..ecc450f 100644 --- a/config/agent.in.yaml +++ b/config/agent.in.yaml @@ -45,7 +45,7 @@ audio: silence_prefix: 30 silence_suffix: 30 - bluetooth: no + bluetooth: yes bluetooth_mac: "MAC_ADDRESS" log: diff --git a/setup/setup_agent_gsm.sh b/setup/setup_agent_gsm.sh index 52b1b94..bef89a5 100755 --- a/setup/setup_agent_gsm.sh +++ b/setup/setup_agent_gsm.sh @@ -7,8 +7,9 @@ INSTALL_DIR=agent_gsm GIT_SOURCE=https://git.sevana.biz/public/agent_gsm_redist # Install prerequisites -sudo apt install git mc python3 sox vim libffi-dev +sudo apt install --assume-yes git mc python3 sox vim libffi-dev sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests +sudo pip3 install rabbitpy pydub if [ -f "$INSTALL_DIR" ]; then rm -rf "$INSTALL_DIR"