lazylibrarian-ffmpeg: use apt-get

This commit is contained in:
Heiko Rothe
2020-05-09 23:31:04 +02:00
parent 31ac948606
commit e3738d2208
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
echo "**** installing ffmpeg ****"
apt update && apt install -y ffmpeg
apt-get update && apt-get install -y ffmpeg