Merge pull request #246 from linuxserver/lazylibrarian-ffmpeg-apt

This commit is contained in:
Roxedus
2021-09-26 22:21:27 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
echo "**** installing ffmpeg ****"
apt-get update && apt-get install -y ffmpeg
apt-get install -y ffmpeg