5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/bash
|
|
|
|
apt-get update
|
|
apt-get install -y portaudio19-dev ffmpeg wget
|