Spaces:
Sleeping
Sleeping
File size: 93 Bytes
b588399 |
1 2 3 4 |
#!/bin/bash
# Install PortAudio library
apt-get update && apt-get install -y portaudio19-dev
|