Update ffmpeg-fetch.sh

Extended timeout on curl for ffmpeg download.
pull/812/head
mholmqvist 3 years ago committed by GitHub
parent 9c0a77cb6e
commit cfb28f3d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ apt-get update && apt-get -y install curl xz-utils
echo "(2/5) DOWNLOAD - Acquire latest ffmpeg and ffprobe from John van Sickle's master-sourced builds in ffmpeg obtain layer"
curl -o ffmpeg.txz \
--connect-timeout 5 \
--max-time 10 \
--max-time 120 \
--retry 5 \
--retry-delay 0 \
--retry-max-time 40 \

Loading…
Cancel
Save