From 95caf57aed6979e154fdc89fa05b6b8e077b1a86 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Fri, 8 Sep 2023 15:33:51 +0300 Subject: [PATCH] - modify package list --- pi_bootstrap_bt.sh | 1 - setup/setup_agent_gsm.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pi_bootstrap_bt.sh b/pi_bootstrap_bt.sh index f8554b2..618eeb5 100755 --- a/pi_bootstrap_bt.sh +++ b/pi_bootstrap_bt.sh @@ -120,7 +120,6 @@ function enable-headset-ofono() function install_python_pkg() { info 'installing python libraries' - pip install pexpect pip3 install pexpect rabbitmq sox soundfile pyyaml } diff --git a/setup/setup_agent_gsm.sh b/setup/setup_agent_gsm.sh index b6f9972..896cfd6 100755 --- a/setup/setup_agent_gsm.sh +++ b/setup/setup_agent_gsm.sh @@ -10,8 +10,8 @@ INSTALL_DIR=agent_gsm 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 -sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests python3-numpy +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 if [ -f "$INSTALL_DIR" ]; then