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 45b8457

Browse filesBrowse files
committed
added web install
1 parent 6ec7229 commit 45b8457
Copy full SHA for 45b8457

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-1
lines changed

‎web-install.sh

Copy file name to clipboardExpand all lines: web-install.sh
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ if ! command_exists "curl"; then
2525
exit 1
2626
fi
2727

28-
echo "Creating ffmpeg build directory"
28+
echo "Creating ffmpeg build directory $TARGET"
2929
make_dir $TARGET
3030
cd $TARGET
3131

32+
echo "Now we download and execute the build script"
33+
echo ""
34+
3235
bash <(curl -s https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/build-ffmpeg) --build
3336

0 commit comments

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