-
Notifications
You must be signed in to change notification settings - Fork 350
Closed
Description
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
Labels
No labels