Skip to content

fix download error #142

@artismtlv

Description

@artismtlv
diff --git a/build-ffmpeg b/build-ffmpeg
index 793b36f..b7e2f7f 100755
--- a/build-ffmpeg
+++ b/build-ffmpeg
@@ -69,7 +69,7 @@ download() {
 
   if [ ! -f "$DOWNLOAD_PATH/$DOWNLOAD_FILE" ]; then
     echo "Downloading $1 as $DOWNLOAD_FILE"
-    ^"$DOWNLOAD_PATH/$DOWNLOAD_FILE" "$1"
+    curl -L --silent -o "$DOWNLOAD_PATH/$DOWNLOAD_FILE" "$1"
 
     EXITCODE=$?
     if [ $EXITCODE -ne 0 ]; then

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions