Spaces:
Sleeping
Sleeping
File size: 71 Bytes
0cc15e7 |
1 2 3 4 |
#!/usr/bin/env bash
set -e
apt-get update && apt-get install -y ffmpeg
|