mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-13 01:51:28 +03:00
Updated ffmpeg link in docker-build.sh to use release builds
This commit is contained in:
@@ -23,7 +23,7 @@ case $(uname -m) in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Architecture: $ARCH"
|
echo "Architecture: $ARCH"
|
||||||
wget "https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-${ARCH}-static.tar.xz" -O ffmpeg.txz
|
wget "https://johnvansickle.com/ffmpeg/builds/ffmpeg-release-${ARCH}-static.tar.xz" -O ffmpeg.txz
|
||||||
mkdir /tmp/ffmpeg
|
mkdir /tmp/ffmpeg
|
||||||
tar xf ffmpeg.txz -C /tmp/ffmpeg
|
tar xf ffmpeg.txz -C /tmp/ffmpeg
|
||||||
cp /tmp/ffmpeg/*/ffmpeg /usr/local/bin/ffmpeg
|
cp /tmp/ffmpeg/*/ffmpeg /usr/local/bin/ffmpeg
|
||||||
|
|||||||
Reference in New Issue
Block a user