Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c27872f

Browse filesBrowse files
authored
Update build-ffmpeg
1 parent 322ef8f commit c27872f
Copy full SHA for c27872f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ download() {
6969

7070
if [ ! -f "$DOWNLOAD_PATH/$DOWNLOAD_FILE" ]; then
7171
echo "Downloading $1 as $DOWNLOAD_FILE"
72-
^"$DOWNLOAD_PATH/$DOWNLOAD_FILE" "$1"
72+
curl -L --silent -o "$DOWNLOAD_PATH/$DOWNLOAD_FILE" "$1"
7373

7474
EXITCODE=$?
7575
if [ $EXITCODE -ne 0 ]; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.