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