From e813e3e46a7cb4434b1bd674869d4eafd2ed1140 Mon Sep 17 00:00:00 2001 From: bel Date: Wed, 29 Mar 2023 19:15:30 -0600 Subject: [PATCH] gogo --- server-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-vm.sh b/server-vm.sh index 19cdd2f..9d2362f 100644 --- a/server-vm.sh +++ b/server-vm.sh @@ -61,7 +61,7 @@ _mayhem_party() { } _stt() { - if ! python3 -m pip info PyAudio; then + if ! python3 -m pip show PyAudio; then sudo apt -y install \ portaudio19-dev \ python3-pyaudio \