Skip to content

Commit ad52e56

Browse files
committed
added web install
1 parent 45b8457 commit ad52e56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web-install.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ if ! command_exists "curl"; then
2525
exit 1
2626
fi
2727

28-
echo "Creating ffmpeg build directory $TARGET"
28+
echo "ffmpeg-build-script-downloader v0.1"
29+
echo "========================================="
30+
echo ""
31+
32+
echo "First we create the ffmpeg build directory $TARGET"
2933
make_dir $TARGET
3034
cd $TARGET
3135

0 commit comments

Comments
 (0)