Skip to content

Commit e3738d2

Browse files
committed
lazylibrarian-ffmpeg: use apt-get
1 parent 31ac948 commit e3738d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/98-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/with-contenv bash
22

33
echo "**** installing ffmpeg ****"
4-
apt update && apt install -y ffmpeg
4+
apt-get update && apt-get install -y ffmpeg

0 commit comments

Comments
 (0)