- fixes
This commit is contained in:
parent
3d3be58e55
commit
aa45c87846
|
|
@ -45,7 +45,7 @@ audio:
|
||||||
silence_prefix: 30
|
silence_prefix: 30
|
||||||
silence_suffix: 30
|
silence_suffix: 30
|
||||||
|
|
||||||
bluetooth: no
|
bluetooth: yes
|
||||||
bluetooth_mac: "MAC_ADDRESS"
|
bluetooth_mac: "MAC_ADDRESS"
|
||||||
|
|
||||||
log:
|
log:
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,9 @@ INSTALL_DIR=agent_gsm
|
||||||
GIT_SOURCE=https://git.sevana.biz/public/agent_gsm_redist
|
GIT_SOURCE=https://git.sevana.biz/public/agent_gsm_redist
|
||||||
|
|
||||||
# Install prerequisites
|
# 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 pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests
|
||||||
|
sudo pip3 install rabbitpy pydub
|
||||||
|
|
||||||
if [ -f "$INSTALL_DIR" ]; then
|
if [ -f "$INSTALL_DIR" ]; then
|
||||||
rm -rf "$INSTALL_DIR"
|
rm -rf "$INSTALL_DIR"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue