add ffmpeg mod

This commit is contained in:
Heiko Rothe
2020-05-09 22:24:00 +02:00
parent f4cb91a286
commit 31ac948606
7 changed files with 14 additions and 71 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
echo "**** installing ffmpeg ****"
apt update && apt install -y ffmpeg