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 \