We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322ef8f commit c27872fCopy full SHA for c27872f
build-ffmpeg
@@ -69,7 +69,7 @@ download() {
69
70
if [ ! -f "$DOWNLOAD_PATH/$DOWNLOAD_FILE" ]; then
71
echo "Downloading $1 as $DOWNLOAD_FILE"
72
- ^"$DOWNLOAD_PATH/$DOWNLOAD_FILE" "$1"
+ curl -L --silent -o "$DOWNLOAD_PATH/$DOWNLOAD_FILE" "$1"
73
74
EXITCODE=$?
75
if [ $EXITCODE -ne 0 ]; then
0 commit comments